From a86ccce7629172ad2bf54915a13611ea64f7b986 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 8 Oct 2021 17:19:03 -0700 Subject: emacs: add "git" section to ibuffer --- emacs/custom/fcuny-navigation.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/custom') diff --git a/emacs/custom/fcuny-navigation.el b/emacs/custom/fcuny-navigation.el index 1a58666..1f5285b 100644 --- a/emacs/custom/fcuny-navigation.el +++ b/emacs/custom/fcuny-navigation.el @@ -52,6 +52,9 @@ (mode . markdown-mode) (mode . rst-mode))) ("dired" (mode . dired-mode)) + ("git" (or + (name . "^\*magit") + (name . "^\magit"))) ("Emacs" (or (mode . emacs-lisp-mode) (name . "^\\*scratch\\*$") -- cgit 1.4.1