core-packages: add use-package autoload, just in case
This commit is contained in:
parent
5ee6369f77
commit
3b4c0693fd
1 changed files with 2 additions and 0 deletions
|
@ -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."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue