Add modules/feature/spellcheck

This commit is contained in:
Henrik Lissner 2017-02-13 05:51:29 -05:00
parent 85d9fe088b
commit f3633f4f99
2 changed files with 45 additions and 0 deletions

View file

@ -0,0 +1,14 @@
;; -*- no-byte-compile: t; -*-
;;; feature/spellcheck/packages.el
(@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)))