diff options
author | noa@gaiwan.org | 2024-06-14 00:38:44 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-14 00:38:44 +0000 |
commit | c737d2a93491c42f20a60fe1515c8106686425e5 (patch) | |
tree | 9b6505239ca06626bd0b67898100b39cd20289bb /emacs/init.el | |
parent | 09be6011e9d731d0a7742a24e210079d8102f1e1 (diff) |
Remove eat package
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 5 |
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) |