mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
fix(vc): +vc--remote-homepage
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
(defun +vc--remote-homepage ()
|
||||
(require 'browse-at-remote)
|
||||
(or (let ((url (browse-at-remote--remote-ref)))
|
||||
(cdr (browse-at-remote--get-url-from-remote (car url))))
|
||||
(plist-get (browse-at-remote--get-url-from-remote (car url)) :url))
|
||||
(user-error "Can't find homepage for current project")))
|
||||
|
||||
;; TODO: PR these upstream?
|
||||
|
Reference in New Issue
Block a user