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:
parent
5b48c21762
commit
a72a0e6a62
5 changed files with 52 additions and 51 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue