forked from colonelpanic/dotfiles
Diminish magit add-on modes
This commit is contained in:
parent
b271f6e326
commit
3b1fdbbd03
@ -1827,6 +1827,7 @@ I use helm for almost all emacs completion
|
||||
*** magit-gh-pulls
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package magit-gh-pulls
|
||||
:diminish magit-gh-pull-mode
|
||||
:after magit
|
||||
:config
|
||||
(progn
|
||||
@ -1835,6 +1836,7 @@ I use helm for almost all emacs completion
|
||||
*** magit-gitflow
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package magit-gitflow
|
||||
:diminish magit-gitflow-mode
|
||||
:after magit
|
||||
:config
|
||||
(progn
|
||||
|
Loading…
Reference in New Issue
Block a user