tools/flyspell: demote missing program warning
Log the missing dependency rather than a disruptive pop up.
This commit is contained in:
parent
4ae6faf627
commit
ada5990f88
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"))
|
||||
|
||||
(_ (warn "Spell checker not found. Either install `aspell' or `hunspell'"))))
|
||||
(_ (message "Spell checker not found. Either install `aspell' or `hunspell'"))))
|
||||
|
||||
|
||||
;;;###package flyspell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue