From ada5990f88e0a2725232f66259cf528eeed9e27f Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 7 Jun 2019 23:05:56 +0200 Subject: [PATCH] tools/flyspell: demote missing program warning Log the missing dependency rather than a disruptive pop up. --- 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 508f240f4..f9937dcfd 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")) - (_ (warn "Spell checker not found. Either install `aspell' or `hunspell'")))) + (_ (message "Spell checker not found. Either install `aspell' or `hunspell'")))) ;;;###package flyspell