mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
tools/flyspell: demote missing program warning
Log the missing dependency rather than a disruptive pop up.
This commit is contained in:
@ -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"))
|
||||||
|
|
||||||
(_ (warn "Spell checker not found. Either install `aspell' or `hunspell'"))))
|
(_ (message "Spell checker not found. Either install `aspell' or `hunspell'"))))
|
||||||
|
|
||||||
|
|
||||||
;;;###package flyspell
|
;;;###package flyspell
|
||||||
|
Reference in New Issue
Block a user