doomemacs/modules/feature/spellcheck/packages.el
2017-02-21 16:48:19 -05:00

12 lines
300 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; feature/spellcheck/packages.el
(@package flyspell-correct)
(cond ((@featurep :completion ivy)
(@package flyspell-correct-ivy))
((@featurep :completion helm)
(@package flyspell-correct-helm))
(t
(@package flyspell-correct-popup)))