diff options
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-eshell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/custom/fcuny-eshell.el b/emacs/custom/fcuny-eshell.el index 113964c..8c04eab 100644 --- a/emacs/custom/fcuny-eshell.el +++ b/emacs/custom/fcuny-eshell.el @@ -1,6 +1,6 @@ (use-package eshell :hook (eshell-mode . fcuny/eshell-mode-setup) - + :bind (("C-c e h" . fcuny/eshell-here)) :custom (eshell-scroll-to-bottom-on-input 'all) (eshell-error-if-no-glob t) |