From 1796cb4e1e60fad85175e74ff3b72a7c59f6eebb Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 17 Oct 2021 18:16:16 -0700 Subject: emacs: add a "shell" section to ibuffer --- emacs/custom/fcuny-navigation.el | 1 + 1 file changed, 1 insertion(+) 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"))) -- cgit 1.4.1