doomemacs/modules/feature/spellcheck/packages.el
2018-05-30 01:44:56 +02:00

11 lines
291 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))
((package! flyspell-correct-popup)))