Display warning if a non-existent module is in your doom! block
This commit is contained in:
parent
11c7a5c1f4
commit
bd5ecc1aca
1 changed files with 1 additions and 2 deletions
|
@ -477,8 +477,7 @@ added, if the file exists."
|
|||
(flags (if (listp m) (cdr m))))
|
||||
(if-let* ((path (doom-module-locate-path category module)))
|
||||
(doom-module-set category module :flags flags :path path)
|
||||
(when doom-debug-mode
|
||||
(message "Couldn't find the %s %s module" category module))))))))
|
||||
(warn "Couldn't find the %s %s module" category module)))))))
|
||||
doom-modules))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue