Prefix non-existent module message with Warning:
Because it's a warning, not an error, and life goes on.
This commit is contained in:
parent
6fcc1203cc
commit
d874f628bb
1 changed files with 1 additions and 1 deletions
|
@ -278,7 +278,7 @@ to least)."
|
|||
(throw 'doom-modules t))))
|
||||
(let ((path (doom-module-locate-path category module)))
|
||||
(if (not path)
|
||||
(message "Couldn't find the %s %s module" category module)
|
||||
(message "Warning: couldn't find the %s %s module" category module)
|
||||
(let ((key (cons category module)))
|
||||
(doom-module-set category module :flags flags :path path)
|
||||
(push `(let ((doom--current-module ',key))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue