diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-navigation.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/fcuny-navigation.el b/emacs/custom/fcuny-navigation.el index 1f5285b..1a420ea 100644 --- a/emacs/custom/fcuny-navigation.el +++ b/emacs/custom/fcuny-navigation.el @@ -52,6 +52,7 @@ (mode . markdown-mode) (mode . rst-mode))) ("dired" (mode . dired-mode)) + ("shell" (mode . eshell-mode)) ("git" (or (name . "^\*magit") (name . "^\magit"))) |