Skip to content

Commit

Permalink
fix(core): autoload error
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 7, 2023
1 parent 213304a commit 6c53635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions elisp/+minemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,8 @@ Works like `shell-command-to-string' with two differences:
(message "[MinEmacs]: Running additional package-specific build functions")
(minemacs-run-build-functions 'dont-ask))

(autoload 'vc-git-root 'vc-git)
(autoload 'vc-git-revert 'vc-git)
(autoload 'vc-git-root "vc-git")
(autoload 'vc-git-revert "vc-git")

(defun minemacs-update-restore-locked ()
"Restore lockfile packages list. Takes into account the pinned ones."
Expand Down

0 comments on commit 6c53635

Please sign in to comment.