diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 4b39d6f..b5f3878 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -70,4 +70,10 @@ multiple eshell windows easier." (eshell-smart-space-goes-to-end t) (eshell-destroy-buffer-when-process-dies t)) +(use-package eshell-bookmark + :ensure t + :after (eshell) + :commands eshell-bookmark-setup + :hook (eshell-mode . eshell-bookmark-setup)) + (provide 'fcuny-eshell) |