mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Downgrade missing module warnings to messages
This commit is contained in:
@ -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))
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user