Update modules/feature/spellcheck

This commit is contained in:
Henrik Lissner 2017-02-19 18:32:26 -05:00
parent aaf2314d9d
commit 0621c0771c
2 changed files with 12 additions and 23 deletions

View file

@ -4,11 +4,3 @@
(@package flyspell-correct)
(@package flyspell-correct-popup)
(cond ((@featurep :completion ivy)
(@package flyspell-correct-ivy))
((@featurep :completion helm)
(@package flyspell-correct-helm))
((@featurep :emacs ido)
(@package flyspell-correct-ido)))