mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix void-function browse-at-remote-get-url error
When 'SPC g y' is used before browse-at-remote has loaded.
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*-
|
;;; emacs/vc/autoload/vc.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
|
(autoload 'browse-at-remote-get-url "browse-at-remote")
|
||||||
(autoload 'browse-at-remote--file-url "browse-at-remote")
|
(autoload 'browse-at-remote--file-url "browse-at-remote")
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
Reference in New Issue
Block a user