diff options
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\\*$") |