bump: :checkers spell

ideasman42/emacs-spell-fu@10823ae58f -> ideasman42/emacs-spell-fu@8185467b24
d12frosted/flyspell-correct@00357953a7 -> d12frosted/flyspell-correct@e9fde6f93a

- spell-fu added multiple dictionary support (see #6136)

Close: #6136
Co-authored-by: Samuel Tschiedel <mukaobr@gmail.com>
This commit is contained in:
Henrik Lissner 2022-02-23 03:29:37 +01:00
parent 6ab43ff252
commit d1e8a389db
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -2,8 +2,8 @@
;;; checkers/spell/packages.el ;;; checkers/spell/packages.el
(if (not (featurep! +flyspell)) (if (not (featurep! +flyspell))
(package! spell-fu :pin "10823ae58f88874aff2a6a35f2da75c8503e726e") (package! spell-fu :pin "8185467b24f05bceb428a0e9909651ec083cc54e")
(package! flyspell-correct :pin "00357953a736e21d0a1c8d76f5605820990544fe") (package! flyspell-correct :pin "e9fde6f93af991b0528d6ed47d44bed470dc70af")
(cond ((featurep! :completion ivy) (cond ((featurep! :completion ivy)
(package! flyspell-correct-ivy)) (package! flyspell-correct-ivy))
((featurep! :completion helm) ((featurep! :completion helm)