Fix void-variable doom-interactive-mode (part 2)
Of the 10 part mini-series!
This commit is contained in:
parent
d3e4d317b3
commit
53b7abde1e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue