diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-17 18:16:16 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-17 18:16:16 -0700 |
commit | 1796cb4e1e60fad85175e74ff3b72a7c59f6eebb (patch) | |
tree | f928b106568ca95042fa984eb9b37615a331e14b | |
parent | emacs: different prompt when on a remote host (diff) | |
download | emacs.d-1796cb4e1e60fad85175e74ff3b72a7c59f6eebb.tar.gz |
emacs: add a "shell" section to ibuffer
Diffstat (limited to '')
-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"))) |