Add magit-gh-pulls magit extension

This commit is contained in:
syl20bnr 2014-11-28 21:06:20 -05:00
parent d7b05a4433
commit 0931a593a1

View file

@ -80,6 +80,7 @@
linum-relative
key-chord
magit
magit-gh-pulls
magit-gitflow
markdown-mode
markdown-toc
@ -1573,6 +1574,12 @@ determine the state to enable when escaping from the insert state.")
(magit-refresh))
(define-key magit-status-mode-map (kbd "W") 'magit-toggle-whitespace))))
(defun spacemacs/init-magit-gh-pulls ()
(use-package magit-gh-pulls ()
:defer t
:init (add-hook 'magit-mode-hook 'turn-on-magit-gh-pulls)
:config (spacemacs//hide-lighter magit-gh-pulls-mode)))
(defun spacemacs/init-magit-gitflow ()
(use-package magit-gitflow
:commands turn-on-magit-gitflow