Add magit-gh-pulls package to magit module

This commit is contained in:
2017-08-17 22:48:32 +01:00
parent 5b5e0d0f4a
commit f17554a82b

View File

@@ -20,6 +20,11 @@
(require 'siren-ediff)
(require 'magit)
(use-package magit-gh-pulls
:config
(setq gh-use-local-git-config t)
(add-hook 'magit-mode-hook 'turn-on-magit-gh-pulls))
(setq magit-completing-read-function 'magit-ido-completing-read
magit-status-buffer-switch-function 'switch-to-buffer
magit-bury-buffer-function 'bury-buffer