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-25 03:49:42 -05:00
|
|
|
(package! flyspell-correct :pin "b0353a41a7")
|
2018-05-30 01:44:56 +02:00
|
|
|
(cond ((featurep! :completion ivy)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flyspell-correct-ivy :pin "b0353a41a7"))
|
2018-05-30 01:44:56 +02:00
|
|
|
((featurep! :completion helm)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flyspell-correct-helm :pin "b0353a41a7"))
|
|
|
|
((package! flyspell-correct-popup :pin "b0353a41a7")))
|