diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/.config/emacs/init.el.org | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index 27e2c17..6e90fae 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -314,6 +314,7 @@ Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a s (use-package eat :init (setopt eat-kill-buffer-on-exit t) + (eat-eshell-mode) (defun jj/eshell-quit-or-delete-char (arg) "Close the terminal if I hit C-d on an empty line" @@ -341,8 +342,8 @@ Install and configure =eat= as a terminal emulator in Emacs with =eshell= as a s href))) :config - (eat-eshell-mode) (setq eshell-visual-commands '()) + :hook (eat-mode . (lambda () (display-line-numbers-mode -1))) (eshell-mode . (lambda () (display-line-numbers-mode -1) |