diff options
author | Franck Cuny <franck@fcuny.net> | 2021-10-08 17:19:03 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2021-10-08 17:19:03 -0700 |
commit | a86ccce7629172ad2bf54915a13611ea64f7b986 (patch) | |
tree | b6a8e943fa21dcf0ee9ae5c5d990b8421944a054 /emacs/custom | |
parent | org: simplify templates for org-capture (diff) | |
download | emacs.d-a86ccce7629172ad2bf54915a13611ea64f7b986.tar.gz |
emacs: add "git" section to ibuffer
Diffstat (limited to '')
-rw-r--r-- | emacs/custom/fcuny-navigation.el | 3 |
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\\*$") |