all repos — archive/dotfiles @ 954a691139a1756af64e2db7091c6ea66cb92fe9

Superseded by nixfiles

Emacs: add keyboard binding for switching to eshell
Alan Pearce alan@alanpearce.co.uk
Sun, 02 Jun 2013 20:19:34 +0100
commit

954a691139a1756af64e2db7091c6ea66cb92fe9

parent

9e7d9adf4d10dc9437f30eb7bd49f21bb904a05b

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M emacs/init.elemacs/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")