Emacs: add keyboard binding for switching to eshell
Alan Pearce alan@alanpearce.co.uk
Sun, 02 Jun 2013 20:19:34 +0100
1 files changed, 1 insertions(+), 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")