doomemacs/modules/feature/spellcheck/packages.el

15 lines
355 B
EmacsLisp
Raw Normal View History

2017-02-13 18:51:29 +08:00
;; -*- 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)))