From 6cb17cf53ff878ba0c3f0bf7b5d5f0eac644ff75 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Thu, 13 Mar 2025 19:15:15 -0500 Subject: system changes --- common/.config/emacs/init.el.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/.config/emacs/init.el.org') 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) -- cgit v1.2.3