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-04-30 00:21:21 -04:00
|
|
|
(package! flyspell-correct :pin "fd8ac7a4f922ce5ea1cc5d4583a7d584847cb6b5")
|
2018-05-30 01:44:56 +02:00
|
|
|
(cond ((featurep! :completion ivy)
|
2020-04-30 00:21:21 -04:00
|
|
|
(package! flyspell-correct-ivy))
|
2018-05-30 01:44:56 +02:00
|
|
|
((featurep! :completion helm)
|
2020-04-30 00:21:21 -04:00
|
|
|
(package! flyspell-correct-helm))
|
|
|
|
((package! flyspell-correct-popup)))
|
2020-02-08 20:43:29 -05:00
|
|
|
|
2020-04-30 00:21:21 -04:00
|
|
|
(package! flyspell-lazy :pin "3ebf68cc9eb10c972a2de8d7861cbabbbce69570")
|