Fix void-variable doom-interactive-mode
This commit is contained in:
parent
20cddb3565
commit
d3e4d317b3
1 changed files with 1 additions and 1 deletions
|
@ -454,7 +454,7 @@ to least)."
|
||||||
(if-let (path (doom-module-locate-path category module))
|
(if-let (path (doom-module-locate-path category module))
|
||||||
(doom-module-set category module :flags flags :path path)
|
(doom-module-set category module :flags flags :path path)
|
||||||
(message "WARNING Couldn't find the %s %s module" category module)))))))
|
(message "WARNING Couldn't find the %s %s module" category module)))))))
|
||||||
(unless doom-interactive-mode
|
(unless doom-interactive-p
|
||||||
(setq doom-inhibit-module-warnings t))
|
(setq doom-inhibit-module-warnings t))
|
||||||
doom-modules)))
|
doom-modules)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue