fix(spell): initialize ispell fully

Fix: #4483
This commit is contained in:
Henrik Lissner 2024-07-02 02:16:22 -04:00
parent c91c29c03e
commit 7761eea6aa
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -60,7 +60,9 @@
(`enchant
(setq ispell-program-name "enchant-2"))
(_ (doom-log "Spell checker not found. Either install `aspell', `hunspell' or `enchant'"))))
(_ (doom-log "Spell checker not found. Either install `aspell', `hunspell' or `enchant'")))
(ispell-check-version))
;;