2017-02-13 05:51:29 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2020-01-09 18:41:48 -05:00
|
|
|
;;; checkers/spell/packages.el
|
2017-02-13 05:51:29 -05:00
|
|
|
|
2020-01-14 22:32:11 -05:00
|
|
|
(package! flyspell-correct :pin "7b4cf8c9ba5ac65e3bb2b62f5b72d45f4c9cf7b6")
|
2018-05-30 01:44:56 +02:00
|
|
|
(cond ((featurep! :completion ivy)
|
|
|
|
(package! flyspell-correct-ivy))
|
|
|
|
((featurep! :completion helm)
|
|
|
|
(package! flyspell-correct-helm))
|
|
|
|
((package! flyspell-correct-popup)))
|