diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index b00aac48..e88c9233 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") |