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:
parent
6ab43ff252
commit
d1e8a389db
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@
|
|||
;;; checkers/spell/packages.el
|
||||
|
||||
(if (not (featurep! +flyspell))
|
||||
(package! spell-fu :pin "10823ae58f88874aff2a6a35f2da75c8503e726e")
|
||||
(package! flyspell-correct :pin "00357953a736e21d0a1c8d76f5605820990544fe")
|
||||
(package! spell-fu :pin "8185467b24f05bceb428a0e9909651ec083cc54e")
|
||||
(package! flyspell-correct :pin "e9fde6f93af991b0528d6ed47d44bed470dc70af")
|
||||
(cond ((featurep! :completion ivy)
|
||||
(package! flyspell-correct-ivy))
|
||||
((featurep! :completion helm)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue