diff options
author | Franck Cuny <franck@fcuny.net> | 2021-02-16 06:28:58 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-02-16 06:28:58 -0800 |
commit | 63ccca53c414e98fdf796525ec9ad27138eb80e1 (patch) | |
tree | 6c39e2fd73bd69bf231447c950c75232c0aed06f /emacs | |
parent | emacs: UI things related to org-mode (diff) | |
download | emacs.d-63ccca53c414e98fdf796525ec9ad27138eb80e1.tar.gz |
emacs: eshell alias
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) |