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