doomemacs/modules/checkers/spell/packages.el
Henrik Lissner ff9c1ace22
checkers/spell: replace flyspell with spell-fu
Spell-fu is significantly faster, but does produce more false
positives (more faces must be added to spell-fu-faces-exclude to reduce
these).

Unfortunately, there is no fancy "correction" interface for spell-fu
yet, so we'll have to resort to ispell-word (on z=) for now.
2020-08-21 18:57:10 -04:00

4 lines
131 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; checkers/spell/packages.el
(package! spell-fu :pin "e94d01cdc822e02968971cde09276047a5d55772")