4 lines
185 B
EmacsLisp
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."))
|