mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -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)
|
||||
(add-hook hook #'forge-bug-reference-setup)))))))
|
||||
|
||||
(use-package! github-review)
|
||||
|
||||
(use-package! magit-todos
|
||||
:after magit
|
||||
|
@ -5,5 +5,6 @@
|
||||
(package! forge)
|
||||
(package! magit-gitflow)
|
||||
(package! magit-todos)
|
||||
(package! github-review)
|
||||
(when (featurep! :editor evil +everywhere)
|
||||
(package! evil-magit)))
|
||||
|
Reference in New Issue
Block a user