2017-02-13 05:51:29 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-02-22 00:20:29 -05:00
|
|
|
;;; tools/flyspell/packages.el
|
2017-02-13 05:51:29 -05:00
|
|
|
|
2018-05-30 01:44:56 +02:00
|
|
|
(package! flyspell-correct)
|
|
|
|
(cond ((featurep! :completion ivy)
|
|
|
|
(package! flyspell-correct-ivy))
|
|
|
|
((featurep! :completion helm)
|
|
|
|
(package! flyspell-correct-helm))
|
|
|
|
((package! flyspell-correct-popup)))
|