summary refs log tree commit diff
path: root/emacs/init.el
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-14 00:38:44 +0000
committernoa@gaiwan.org2024-06-14 00:38:44 +0000
commitc737d2a93491c42f20a60fe1515c8106686425e5 (patch)
tree9b6505239ca06626bd0b67898100b39cd20289bb /emacs/init.el
parent09be6011e9d731d0a7742a24e210079d8102f1e1 (diff)
Remove eat package
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 84f958a..a04dfb3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -796,11 +796,6 @@ The misspelled word is taken from OVERLAY.  WORD is the corrected word."
   (valign-fancy-bar t)
   (valign-max-table-size 0))
 
-(use-package eat
-  :ensure t
-  :hook ((eshell-load . eat-eshell-mode)
-	 (eshell-load . eat-eshell-visual-command-mode)))
-
 (use-package fixed-pitch
   :custom
   (fixed-pitch-dont-change-cursor t)