mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
[tools/magit] Add magit-forge
This commit is contained in:
committed by
Adrian Parvin D. Ouano
parent
05e52b7e29
commit
76c31dc623
@ -3,7 +3,9 @@
|
|||||||
|
|
||||||
(when (package! magit)
|
(when (package! magit)
|
||||||
(package! magit-gitflow)
|
(package! magit-gitflow)
|
||||||
(package! magithub)
|
(if (featurep! +forge)
|
||||||
|
(package! forge)
|
||||||
|
(package! magithub))
|
||||||
(package! magit-todos)
|
(package! magit-todos)
|
||||||
(when (featurep! :feature evil +everywhere)
|
(when (featurep! :feature evil +everywhere)
|
||||||
(package! evil-magit)))
|
(package! evil-magit)))
|
||||||
|
Reference in New Issue
Block a user