tools/flyspell: doom-log failed to find checker

Instead of logging with message, which is more disruptive (appears in
bin/doom output, for instance).
This commit is contained in:
Henrik Lissner 2019-06-18 17:30:26 +02:00
parent 4575cbef05
commit 44a5ffad66
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -42,7 +42,7 @@ Since spellchecking can be slow in some buffers, this can be disabled with:
(`hunspell (`hunspell
(setq ispell-program-name "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 ;;;###package flyspell