doomemacs/modules/feature/spellcheck/packages.el
2017-02-20 00:26:07 -05:00

15 lines
355 B
EmacsLisp

;; -*- 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)))