Downgrade missing module warnings to messages
This commit is contained in:
parent
debe3e0dd3
commit
bb6b91da9b
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,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)
|
||||
(warn "Couldn't find the %s %s module" category module)))))))
|
||||
(message "Couldn't find the %s %s module" category module)))))))
|
||||
doom-modules))
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue