refactor!(magit): remove magit-gitflow
BREAKING CHANGE: This commit removes the magit-gitflow package because: - It is not considered a "universal" default. I.e. The majority of git users do not know of or use it, much less need it. - The elisp configuration for it is trivial. It doesn't warrant Doom-specific support for it and is trivial enough for end-users to deploy themselves with minimal difficulty. Close: #7015
This commit is contained in:
parent
2c652259a5
commit
7a2a5afb97
3 changed files with 1 additions and 13 deletions
|
@ -222,10 +222,6 @@ ensure it is built when we actually use Forge."
|
|||
(define-key magit-todos-section-map "j" nil))
|
||||
|
||||
|
||||
(use-package! magit-gitflow
|
||||
:hook (magit-mode . turn-on-magit-gitflow))
|
||||
|
||||
|
||||
(use-package! evil-collection-magit
|
||||
:when (modulep! :editor evil +everywhere)
|
||||
:defer t
|
||||
|
@ -280,13 +276,7 @@ ensure it is built when we actually use Forge."
|
|||
(setcar desc (cdr key))))
|
||||
(evil-define-key* evil-collection-magit-state git-rebase-mode-map
|
||||
"gj" #'git-rebase-move-line-down
|
||||
"gk" #'git-rebase-move-line-up))
|
||||
|
||||
(after! magit-gitflow
|
||||
(evil-define-key* '(normal visual) magit-mode-map
|
||||
"%" #'magit-gitflow-popup)
|
||||
(transient-append-suffix 'magit-dispatch 'magit-worktree
|
||||
'("%" "Gitflow" magit-gitflow-popup))))
|
||||
"gk" #'git-rebase-move-line-up)))
|
||||
|
||||
|
||||
(use-package! evil-collection-magit-section
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue