Emacs: add keyboard binding for switching to eshell
1 file changed, 1 insertion(+), 0 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -732,6 +732,7 @@ ;;;; Shells & REPLs (use-package eshell + :bind ("C-c s" . eshell) :defer t :config (progn (setq eshell-directory-name "~/.emacs.d/eshell")