From a3d5e4e32d45956bcdc4f6f6840b82f1942cd201 Mon Sep 17 00:00:00 2001
From: jjanzen <jjanzen@jjanzen.ca>
Date: Sun, 9 Mar 2025 19:56:31 -0500
Subject: system changes

---
 common/.config/emacs/init.el.org | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'common')

diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index ffdd687..803d31c 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -312,8 +312,10 @@ Install and configure =eat= as a terminal emulator in Emacs.
 #+begin_src emacs-lisp
   (use-package eat
     :init
-    (eat-compile-terminfo)
     (setopt eat-kill-buffer-on-exit t)
+    :config
+    (eat-eshell-mode)
+    (setq eshell-visual-commands '())
     :hook
     (eat-mode . (lambda () (display-line-numbers-mode -1)))
     :bind
-- 
cgit v1.2.3