mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
add github-review
This commit is contained in:
@ -110,6 +110,7 @@ ensure it is built when we actually use Forge."
|
|||||||
(dolist (hook forge-bug-reference-hooks)
|
(dolist (hook forge-bug-reference-hooks)
|
||||||
(add-hook hook #'forge-bug-reference-setup)))))))
|
(add-hook hook #'forge-bug-reference-setup)))))))
|
||||||
|
|
||||||
|
(use-package! github-review)
|
||||||
|
|
||||||
(use-package! magit-todos
|
(use-package! magit-todos
|
||||||
:after magit
|
:after magit
|
||||||
|
@ -5,5 +5,6 @@
|
|||||||
(package! forge)
|
(package! forge)
|
||||||
(package! magit-gitflow)
|
(package! magit-gitflow)
|
||||||
(package! magit-todos)
|
(package! magit-todos)
|
||||||
|
(package! github-review)
|
||||||
(when (featurep! :editor evil +everywhere)
|
(when (featurep! :editor evil +everywhere)
|
||||||
(package! evil-magit)))
|
(package! evil-magit)))
|
||||||
|
Reference in New Issue
Block a user