Add eshell-bookmark

This commit is contained in:
Case Duckworth 2022-01-03 22:37:58 -06:00
parent 010a6ce839
commit a808b5bf01
1 changed files with 3 additions and 0 deletions

View File

@ -879,6 +879,9 @@ See also `crux-reopen-as-root-mode'."
(:hook-into emacs-lisp-mode
lisp-interaction-mode))
(setup (:straight eshell-bookmark)
(add-hook 'eshell-mode-hook #'eshell-bookmark-setup))
(setup (:straight eshell-syntax-highlighting)
(:hook-into eshell-mode))