aboutsummaryrefslogtreecommitdiff
path: root/common/.config
diff options
context:
space:
mode:
authorjjanzen <jjanzen@jjanzen.ca>2025-03-13 19:15:15 -0500
committerjjanzen <jjanzen@jjanzen.ca>2025-03-13 19:15:15 -0500
commit6cb17cf53ff878ba0c3f0bf7b5d5f0eac644ff75 (patch)
treee9d4619047c2483f271da4e7ea4e22a97235ed14 /common/.config
parent3c42bffc76c61ac11405316655c68e97e3bf3690 (diff)
system changes
Diffstat (limited to 'common/.config')
-rw-r--r--common/.config/emacs/init.el.org3
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)