summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-17 18:16:16 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-17 18:16:16 -0700
commit1796cb4e1e60fad85175e74ff3b72a7c59f6eebb (patch)
treef928b106568ca95042fa984eb9b37615a331e14b
parentemacs: different prompt when on a remote host (diff)
downloademacs.d-1796cb4e1e60fad85175e74ff3b72a7c59f6eebb.tar.gz
emacs: add a "shell" section to ibuffer
-rw-r--r--emacs/custom/fcuny-navigation.el1
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")))