General module refactor
This commit is contained in:
parent
0bd576673c
commit
7c9e96da87
14 changed files with 63 additions and 54 deletions
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."))
|
Loading…
Add table
Add a link
Reference in a new issue