mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Replace magithub with forge
Should also fix void-function/void-variable errors caused by evil-magit depending on the newer version of magit (#1174). Also introduces a redesign of the SPC g prefix.
This commit is contained in:
@@ -3,6 +3,6 @@
|
||||
|
||||
;;;###autoload (autoload '+vc:git-browse "emacs/vc/autoload/evil" nil t)
|
||||
(evil-define-command +vc:git-browse (bang)
|
||||
"Ex interface to `+vc/git-browse'."
|
||||
"Ex interface to `+vc/git-browse-region-or-line'."
|
||||
(interactive "<!>")
|
||||
(+vc/git-browse bang))
|
||||
(+vc/git-browse-region-or-line bang))
|
||||
|
Reference in New Issue
Block a user