fix(magit): only install forge if asked
This commit is contained in:
parent
f8bd14ebc3
commit
d8f87ada96
2 changed files with 4 additions and 4 deletions
|
@ -19,7 +19,7 @@ This module provides Magit, an interface to the Git version control system.
|
||||||
** Packages
|
** Packages
|
||||||
- [[doom-package:][evil-magit]] if [[doom-module:][:editor evil +everywhere]]
|
- [[doom-package:][evil-magit]] if [[doom-module:][:editor evil +everywhere]]
|
||||||
- [[doom-package:][forge]] if [[doom-module:][+forge]]
|
- [[doom-package:][forge]] if [[doom-module:][+forge]]
|
||||||
- [[doom-package:][code-review]]
|
- [[doom-package:][code-review]] if [[doom-module:][+forge]]
|
||||||
- [[doom-package:][magit]]
|
- [[doom-package:][magit]]
|
||||||
- [[doom-package:][magit-gitflow]]
|
- [[doom-package:][magit-gitflow]]
|
||||||
- [[doom-package:][magit-todos]]
|
- [[doom-package:][magit-todos]]
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
(when (package! magit :pin "c1fb53d3de6390961ccd8dfb1cc135383508d0fc")
|
(when (package! magit :pin "c1fb53d3de6390961ccd8dfb1cc135383508d0fc")
|
||||||
(package! compat :pin "cc1924fd8b3f9b75b26bf93f084ea938c06f9615")
|
(package! compat :pin "cc1924fd8b3f9b75b26bf93f084ea938c06f9615")
|
||||||
(when (modulep! +forge)
|
(when (modulep! +forge)
|
||||||
(package! forge :pin "36208c43bf41782cfe81fccc904f8adbe57818e1"))
|
(package! forge :pin "36208c43bf41782cfe81fccc904f8adbe57818e1")
|
||||||
|
(package! code-review :pin "d38fbe59304ed31c759ce733cda16f69a8ef2d8c")
|
||||||
|
:recipe (:files ("graphql" "code-review*.el"))))
|
||||||
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
(package! magit-gitflow :pin "cc41b561ec6eea947fe9a176349fb4f771ed865b")
|
||||||
(package! magit-todos :pin "67fd80c2f10aec4d5b2a24b5d3d53c08cc1f05dc")
|
(package! magit-todos :pin "67fd80c2f10aec4d5b2a24b5d3d53c08cc1f05dc")
|
||||||
(package! code-review :pin "d38fbe59304ed31c759ce733cda16f69a8ef2d8c"
|
|
||||||
:recipe (:files ("graphql" "code-review*.el"))))
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue