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:
parent
4575cbef05
commit
44a5ffad66
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue