diff options
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index ba96c42..bc42b36 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -159,6 +159,13 @@ (keymap-local-set "<mouse-1>" #'dired-find-file)) +;; Eshell + +(use-package eshell + :bind (("C-c e" . eshell)) + :custom (eshell-directory-name (my/cache-file-name "eshell"))) + + ;; Go (use-package go-mode |
