Bump :checkers
alexmurray/flycheck-posframe@66b73dd -> alexmurray/flycheck-posframe@24fd9b3 d12frosted/flyspell-correct@6d603a1 -> d12frosted/flyspell-correct@d19a090 flycheck/flycheck@79c9245 -> flycheck/flycheck@01396a5 rolandwalker/flyspell-lazy@3ebf68c -> rolandwalker/flyspell-lazy@d57382c
This commit is contained in:
parent
37e9653ce3
commit
ddd4c03281
2 changed files with 4 additions and 4 deletions
|
@ -3,10 +3,10 @@
|
|||
|
||||
(if (not (featurep! +flyspell))
|
||||
(package! spell-fu :pin "a7db58747131dca2eee0e0757c3d254d391ddd1c")
|
||||
(package! flyspell-correct :pin "6d603a1dc51918f7f8aaf99dd5443f74a0afc794")
|
||||
(package! flyspell-correct :pin "d19a090b978a249fc8f6d8b14309a5705a6bb483")
|
||||
(cond ((featurep! :completion ivy)
|
||||
(package! flyspell-correct-ivy))
|
||||
((featurep! :completion helm)
|
||||
(package! flyspell-correct-helm))
|
||||
((package! flyspell-correct-popup)))
|
||||
(package! flyspell-lazy :pin "3ebf68cc9eb10c972a2de8d7861cbabbbce69570"))
|
||||
(package! flyspell-lazy :pin "d57382cf06462931cb354f5630469425fce56396"))
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; checkers/syntax/packages.el
|
||||
|
||||
(package! flycheck :pin "79c9245ee0bd1722d41c865fef69aa2b1ac08fde")
|
||||
(package! flycheck :pin "01396a5eff9fa494285e0d3139838231c05e3948")
|
||||
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
||||
(when (featurep! +childframe)
|
||||
(package! flycheck-posframe :pin "66b73ddb93b357fe9b849d2aa14d5cc9e89e9ffd"))
|
||||
(package! flycheck-posframe :pin "24fd9b3d81eab8dd850c504ae46a5c5f11a46ee0"))
|
||||
|
||||
;; TODO flymake?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue