From bb6b91da9bebec125cdf847ebf6afd2bc7980cfb Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 29 May 2018 22:44:21 +0200 Subject: [PATCH] Downgrade missing module warnings to messages --- core/core-packages.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-packages.el b/core/core-packages.el index 6eb48fdb4..8c91e575d 100644 --- a/core/core-packages.el +++ b/core/core-packages.el @@ -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))