summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
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")