fix: file not found in autoload
This commit is contained in:
parent
2e96fce2e0
commit
64d88bb956
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue