diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.el b/init.el index 475ba7e..cf5281c 100644 --- a/init.el +++ b/init.el | |||
@@ -879,6 +879,9 @@ See also `crux-reopen-as-root-mode'." | |||
879 | (:hook-into emacs-lisp-mode | 879 | (:hook-into emacs-lisp-mode |
880 | lisp-interaction-mode)) | 880 | lisp-interaction-mode)) |
881 | 881 | ||
882 | (setup (:straight eshell-bookmark) | ||
883 | (add-hook 'eshell-mode-hook #'eshell-bookmark-setup)) | ||
884 | |||
882 | (setup (:straight eshell-syntax-highlighting) | 885 | (setup (:straight eshell-syntax-highlighting) |
883 | (:hook-into eshell-mode)) | 886 | (:hook-into eshell-mode)) |
884 | 887 | ||