diff options
author | Case Duckworth | 2022-01-03 22:37:58 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-03 22:37:58 -0600 |
commit | a808b5bf015b581f087992c60224c5231de19195 (patch) | |
tree | 0c8d95d5e432a3f329194499d0728bbbc0e10a4f | |
parent | Add elpher (diff) | |
download | emacs-a808b5bf015b581f087992c60224c5231de19195.tar.gz emacs-a808b5bf015b581f087992c60224c5231de19195.zip |
Add eshell-bookmark
-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 | ||