From 63ccca53c414e98fdf796525ec9ad27138eb80e1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 16 Feb 2021 06:28:58 -0800 Subject: emacs: eshell alias --- emacs/custom/fcuny-eshell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') 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) -- cgit 1.4.1