From cf4e63f750173618f58d984ac1dd0fb05de1eac7 Mon Sep 17 00:00:00 2001 From: tar Date: Sun, 22 Feb 2026 10:48:48 +0100 Subject: [PATCH] Add e script --- e | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 e diff --git a/e b/e new file mode 100755 index 0000000..596cb10 --- /dev/null +++ b/e @@ -0,0 +1,6 @@ +#!/usr/bin/env bash + +# if emacs cannot recognize xterm-ghostty, then +# infocmp -x xterm-ghostty | sudo tic -x - + +emacs -nw --init-directory "/home/tar/.emacs.d" "$@"