diff --git a/core/cli/autoloads.el b/core/cli/autoloads.el index ff68e1eb8..64518f8e5 100644 --- a/core/cli/autoloads.el +++ b/core/cli/autoloads.el @@ -132,7 +132,7 @@ even if it doesn't need reloading!" ;; will be unable to declare autoloads for the built-in autoload.el ;; Emacs package, should $DOOMDIR/autoload.el exist. Not sure why ;; they'd want to though, so it's an acceptable compromise. - (append (list doom-private-dir) + (append (list doom-private-dir doom-emacs-dir) doom-modules-dirs load-path)) cache)