From 954a691139a1756af64e2db7091c6ea66cb92fe9 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Jun 2013 20:19:34 +0100 Subject: Emacs: add keyboard binding for switching to eshell --- emacs/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/init.el b/emacs/init.el index b00aac4..e88c923 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -732,6 +732,7 @@ Also returns nil if pid is nil." ;;;; Shells & REPLs (use-package eshell + :bind ("C-c s" . eshell) :defer t :config (progn (setq eshell-directory-name "~/.emacs.d/eshell") -- cgit 1.4.1