diff --git a/core/core-packages.el b/core/core-packages.el index 5960634f3..377deec0b 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -76,6 +76,8 @@ infinite recursion.") ;; Bootstrap function ;; +(autoload 'use-package "use-package" nil nil 'macro) + (defmacro doom! (&rest packages) "DOOM Emacs bootstrap macro. List the modules to load. Benefits from byte-compilation."