summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 22:37:58 -0600
committerCase Duckworth2022-01-03 22:37:58 -0600
commita808b5bf015b581f087992c60224c5231de19195 (patch)
tree0c8d95d5e432a3f329194499d0728bbbc0e10a4f /init.el
parentAdd elpher (diff)
downloademacs-a808b5bf015b581f087992c60224c5231de19195.tar.gz
emacs-a808b5bf015b581f087992c60224c5231de19195.zip
Add eshell-bookmark
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
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