add github-review

This commit is contained in:
Edmund Miller 2019-11-09 15:21:08 -06:00
parent 385ff35ad8
commit 617e46152f
No known key found for this signature in database
GPG key ID: BD387FF7BC10AA9D
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)))