Set a less annoying magit-gitflow key

This commit is contained in:
2016-08-21 22:30:10 -07:00
parent e28fe1bc2f
commit edad0466aa

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 (use-package magit-gitflow
:diminish magit-gitflow-mode :diminish magit-gitflow-mode
:after magit :after magit
:init
(progn
(setq magit-gitflow-popup-key "C-k"))
:config :config
(progn (progn
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow))) (add-hook 'magit-mode-hook 'turn-on-magit-gitflow)))