From 64d88bb9566d295958b95d9339579794f52e4f18 Mon Sep 17 00:00:00 2001 From: birdgg Date: Fri, 21 Jun 2019 16:45:07 +0800 Subject: [PATCH] fix: file not found in autoload --- modules/emacs/vc/autoload/vc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/emacs/vc/autoload/vc.el b/modules/emacs/vc/autoload/vc.el index b767b4d6d..9edaff2ed 100644 --- a/modules/emacs/vc/autoload/vc.el +++ b/modules/emacs/vc/autoload/vc.el @@ -41,7 +41,7 @@ info in the `header-line-format' is a good indication." (propertize sha-or-subject 'face 'git-timemachine-minibuffer-detail-face) date-full date-relative)))) -;;;###autoload (autoload '+vc-smerge-hydra/body "emacs/vc/autoload" nil t) +;;;###autoload (autoload '+vc-smerge-hydra/body "emacs/vc/autoload/vc" nil t) (defhydra +vc-smerge-hydra (:hint nil :pre (if (not smerge-mode) (smerge-mode 1)) ;; Disable `smerge-mode' when quitting hydra if