Fix void-variable doom-interactive-mode (part 2)

Of the 10 part mini-series!
This commit is contained in:
Henrik Lissner 2020-05-25 16:14:27 -04:00
parent d3e4d317b3
commit 53b7abde1e
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -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)