Merge pull request #4690 from jcf/enable-disabling-of-magit-gitflow

Enable disabling of magit-gitflow
This commit is contained in:
Henrik Lissner 2021-02-24 17:31:30 -05:00 committed by GitHub
commit ac9e716018
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,10 @@ ensure it is built when we actually use Forge."
(evil-define-key* evil-collection-magit-state git-rebase-mode-map
"gj" #'git-rebase-move-line-down
"gk" #'git-rebase-move-line-up))
(transient-replace-suffix 'magit-dispatch 'magit-worktree
'("%" "Gitflow" magit-gitflow-popup))
(after! magit-gitflow
(transient-replace-suffix 'magit-dispatch 'magit-worktree
'("%" "Gitflow" magit-gitflow-popup)))
(transient-append-suffix 'magit-dispatch '(0 -1 -1)
'("*" "Worktree" magit-worktree)))