summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2021-10-08 17:19:03 -0700
committerFranck Cuny <franck@fcuny.net>2021-10-08 17:19:03 -0700
commita86ccce7629172ad2bf54915a13611ea64f7b986 (patch)
treeb6a8e943fa21dcf0ee9ae5c5d990b8421944a054
parentorg: simplify templates for org-capture (diff)
downloademacs.d-a86ccce7629172ad2bf54915a13611ea64f7b986.tar.gz
emacs: add "git" section to ibuffer
-rw-r--r--emacs/custom/fcuny-navigation.el3
1 files changed, 3 insertions, 0 deletions
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\\*$")