diff --git a/core/core-modules.el b/core/core-modules.el index aa5bb5e22..413f22e9e 100644 --- a/core/core-modules.el +++ b/core/core-modules.el @@ -255,7 +255,7 @@ This value is cached. If REFRESH-P, then don't use the cached value." (cl-loop for path in (cdr (doom-module-load-path 'all)) collect (doom-module-from-path path)) (or doom-modules - (let (doom-interactive-mode + (let (doom-interactive-p doom-modules doom-init-modules-p) (load! "init" doom-private-dir t)