mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix void-variable doom-interactive-mode (part 2)
Of the 10 part mini-series!
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user