Set a less annoying magit-gitflow key
This commit is contained in:
parent
e28fe1bc2f
commit
edad0466aa
@ -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)))
|
||||||
|
Loading…
Reference in New Issue
Block a user