doomemacs/modules/tools/flyspell/doctor.el

5 lines
185 B
EmacsLisp
Raw Normal View History

2019-03-02 01:56:32 -05:00
(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."))