add github-review

This commit is contained in:
Edmund Miller
2019-11-09 15:21:08 -06:00
parent 385ff35ad8
commit 617e46152f
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -5,5 +5,6 @@
(package! forge)
(package! magit-gitflow)
(package! magit-todos)
(package! github-review)
(when (featurep! :editor evil +everywhere)
(package! evil-magit)))