diff options
Diffstat (limited to 'emacs')
-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) |