fix: file not found in autoload

This commit is contained in:
birdgg 2019-06-21 16:45:07 +08:00
parent 2e96fce2e0
commit 64d88bb956

View file

@ -41,7 +41,7 @@ info in the `header-line-format' is a good indication."
(propertize sha-or-subject 'face 'git-timemachine-minibuffer-detail-face) (propertize sha-or-subject 'face 'git-timemachine-minibuffer-detail-face)
date-full date-relative)))) 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 (defhydra +vc-smerge-hydra (:hint nil
:pre (if (not smerge-mode) (smerge-mode 1)) :pre (if (not smerge-mode) (smerge-mode 1))
;; Disable `smerge-mode' when quitting hydra if ;; Disable `smerge-mode' when quitting hydra if