selectrum: add spellcheck support

This commit is contained in:
Itai Y. Efrat 2021-04-29 12:43:16 +03:00
parent b9e34835c7
commit 8e6371760a
4 changed files with 7 additions and 4 deletions

View file

@ -8,5 +8,6 @@
(package! flyspell-correct-ivy))
((featurep! :completion helm)
(package! flyspell-correct-helm))
((package! flyspell-correct-popup)))
((not (featurep! :completion selectrum))
(package! flyspell-correct-popup)))
(package! flyspell-lazy :pin "0fc5996bcee20b46cbd227ae948d343c3bef7339"))