Set a less annoying magit-gitflow key

This commit is contained in:
Ivan Malison 2016-08-21 22:30:10 -07:00
parent e28fe1bc2f
commit edad0466aa
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -1700,6 +1700,9 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
(use-package magit-gitflow
:diminish magit-gitflow-mode
:after magit
:init
(progn
(setq magit-gitflow-popup-key "C-k"))
:config
(progn
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)))