mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
General module refactor
This commit is contained in:
4
modules/tools/flyspell/doctor.el
Normal file
4
modules/tools/flyspell/doctor.el
Normal file
@ -0,0 +1,4 @@
|
||||
|
||||
(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."))
|
Reference in New Issue
Block a user