bump: :checkers spell

d12frosted/flyspell-correct@e9fde6f93a -> d12frosted/flyspell-correct@7d7b6b0118
ideasman42/emacs-spell-fu@8185467b24 -> ideasman42/emacs-spell-fu@aed6e87aa3

- Includes spell-fu 0.4, which improves Windows support, among other
  issues.

Ref: #4009
Close: #7115
Co-authored-by: mnick <mnick@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2023-03-20 18:56:35 -04:00
parent 2764b6c282
commit d883863b91
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -2,8 +2,8 @@
;;; checkers/spell/packages.el
(if (not (modulep! +flyspell))
(package! spell-fu :pin "8185467b24f05bceb428a0e9909651ec083cc54e")
(package! flyspell-correct :pin "e9fde6f93af991b0528d6ed47d44bed470dc70af")
(package! spell-fu :pin "aed6e87aa31013534b7a6cbedb26e4f29ccea735")
(package! flyspell-correct :pin "7d7b6b01188bd28e20a13736ac9f36c3367bd16e")
(cond ((modulep! :completion ivy)
(package! flyspell-correct-ivy))
((modulep! :completion helm)