checkers/spell: add doctor.el; no-op without aspell
Aspell is a hard dependency of this module, even if you use hunspell as a backend. The spellchecker will simply bow out if aspell isn't present on your system at startup.
This commit is contained in:
parent
e730cd030b
commit
d393d3e0cd
2 changed files with 9 additions and 0 deletions
|
@ -87,6 +87,7 @@
|
|||
|
||||
|
||||
(use-package! spell-fu
|
||||
:when (executable-find "aspell")
|
||||
:hook (text-mode . spell-fu-mode)
|
||||
:init
|
||||
(setq spell-fu-directory (concat doom-etc-dir "spell-fu"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue