From 44a5ffad66bc8936855d547fbfb8dddda1211ee5 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 18 Jun 2019 17:30:26 +0200 Subject: [PATCH] tools/flyspell: doom-log failed to find checker Instead of logging with message, which is more disruptive (appears in bin/doom output, for instance). --- modules/tools/flyspell/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/flyspell/config.el b/modules/tools/flyspell/config.el index f9937dcfd..dc7afb19a 100644 --- a/modules/tools/flyspell/config.el +++ b/modules/tools/flyspell/config.el @@ -42,7 +42,7 @@ Since spellchecking can be slow in some buffers, this can be disabled with: (`hunspell (setq ispell-program-name "hunspell")) - (_ (message "Spell checker not found. Either install `aspell' or `hunspell'")))) + (_ (doom-log "Spell checker not found. Either install `aspell' or `hunspell'")))) ;;;###package flyspell