mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
core-packages: add use-package autoload, just in case
This commit is contained in:
@ -76,6 +76,8 @@ infinite recursion.")
|
|||||||
;; Bootstrap function
|
;; Bootstrap function
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
(autoload 'use-package "use-package" nil nil 'macro)
|
||||||
|
|
||||||
(defmacro doom! (&rest packages)
|
(defmacro doom! (&rest packages)
|
||||||
"DOOM Emacs bootstrap macro. List the modules to load. Benefits from
|
"DOOM Emacs bootstrap macro. List the modules to load. Benefits from
|
||||||
byte-compilation."
|
byte-compilation."
|
||||||
|
Reference in New Issue
Block a user