summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-02-16 06:28:58 -0800
committerFranck Cuny <franck@fcuny.net>2021-02-16 06:28:58 -0800
commit63ccca53c414e98fdf796525ec9ad27138eb80e1 (patch)
tree6c39e2fd73bd69bf231447c950c75232c0aed06f
parentemacs: UI things related to org-mode (diff)
downloademacs.d-63ccca53c414e98fdf796525ec9ad27138eb80e1.tar.gz
emacs: eshell alias
-rw-r--r--emacs/custom/fcuny-eshell.el2
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)