mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-24 16:30:58 -05:00
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:
@@ -8,5 +8,4 @@
|
||||
(package! code-review
|
||||
:recipe (:files ("graphql" "code-review*.el"))
|
||||
:pin "95b36ec8e7935f96b2f3c6c9086d49cf4a72cbff"))
|
||||
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
||||
(package! magit-todos :pin "c5030cc27c7c1a48db52b0134bf2648a59a43176"))
|
||||
|
Reference in New Issue
Block a user