Skip to content

Commit

Permalink
tweak(core): autoload some vc-git commands
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 7, 2023
1 parent 92c28a9 commit 17149e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions elisp/+minemacs.el
Original file line number Diff line number Diff line change
Expand Up @@ -478,6 +478,9 @@ 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)

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

0 comments on commit 17149e0

Please sign in to comment.