doomemacs/modules/tools/flyspell/doctor.el
2019-03-02 02:04:11 -05:00

4 lines
185 B
EmacsLisp

(unless (or (executable-find "aspell")
(executable-find "hunspell"))
(warn! "Could not find aspell or hunspell. Flyspell will fall back to ispell, which may not work."))