mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-25 11:21:06 -08:00
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."))
|