mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
feat(version-control): add github-review package
This serves as a alternative to the code-review package. I'm adding it mostly for testing purposes so I can compare the two and see the pros/cons with each.
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'siren-code-review)
|
||||
(require 'siren-gh-notify)
|
||||
(require 'siren-github-review)
|
||||
(require 'siren-magit)
|
||||
|
||||
(use-package forge
|
||||
@@ -18,6 +20,10 @@
|
||||
"forge-database.sqlite" siren-cache-dir))
|
||||
|
||||
:config
|
||||
(transient-insert-suffix 'forge-dispatch '(1)
|
||||
["Pull Request"
|
||||
("p c" "code-review at point" code-review-forge-pr-at-point)
|
||||
("p g" "github-review at point" github-review-forge-pr-at-point)])
|
||||
(transient-insert-suffix 'forge-dispatch '(1)
|
||||
["GitHub"
|
||||
("g n" "notifications" gh-notify)]))
|
||||
|
||||
Reference in New Issue
Block a user