mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
feat(magit): replace github-review for code-review
This commit is contained in:
@ -153,9 +153,9 @@ kill all magit buffers for this repo."
|
||||
(kill-buffer buf)))))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +magit/start-github-review (arg)
|
||||
(defun +magit/start-code-review (arg)
|
||||
(interactive "P")
|
||||
(call-interactively
|
||||
(if (or arg (not (featurep 'forge)))
|
||||
#'github-review-start
|
||||
#'github-review-forge-pr-at-point)))
|
||||
#'code-review-start
|
||||
#'code-review-forge-pr-at-point)))
|
||||
|
Reference in New Issue
Block a user