Bump :checkers
d12frosted/flyspell-correct@e765d1a -> d12frosted/flyspell-correct@fd8ac7a
flycheck/flycheck@f19a51c -> flycheck/flycheck@246e1d4
We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125
for why.
This commit is contained in:
parent
0ca9b4b12f
commit
8b5525049d
3 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; checkers/grammar/packages.el
|
;;; checkers/grammar/packages.el
|
||||||
|
|
||||||
(package! langtool :pin "a71ed02ce0")
|
(package! langtool :pin "a71ed02ce06920ae3cafd6708de1c21811ce14c3")
|
||||||
(package! writegood-mode :pin "b71757ec33")
|
(package! writegood-mode :pin "b71757ec337e226909fb0422f0224e31acc71733")
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; checkers/spell/packages.el
|
;;; checkers/spell/packages.el
|
||||||
|
|
||||||
(package! flyspell-correct :pin "e765d1a3d9")
|
(package! flyspell-correct :pin "fd8ac7a4f922ce5ea1cc5d4583a7d584847cb6b5")
|
||||||
(cond ((featurep! :completion ivy)
|
(cond ((featurep! :completion ivy)
|
||||||
(package! flyspell-correct-ivy :pin "e765d1a3d9"))
|
(package! flyspell-correct-ivy))
|
||||||
((featurep! :completion helm)
|
((featurep! :completion helm)
|
||||||
(package! flyspell-correct-helm :pin "e765d1a3d9"))
|
(package! flyspell-correct-helm))
|
||||||
((package! flyspell-correct-popup :pin "e765d1a3d9")))
|
((package! flyspell-correct-popup)))
|
||||||
|
|
||||||
(package! flyspell-lazy :pin "3ebf68cc9e")
|
(package! flyspell-lazy :pin "3ebf68cc9eb10c972a2de8d7861cbabbbce69570")
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; checkers/syntax/packages.el
|
;;; checkers/syntax/packages.el
|
||||||
|
|
||||||
(package! flycheck :pin "f19a51c0f1")
|
(package! flycheck :pin "246e1d4380721ca03962464f11d02dd1372860ce")
|
||||||
(package! flycheck-popup-tip :pin "ef86aad907")
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
||||||
(when (featurep! +childframe)
|
(when (featurep! +childframe)
|
||||||
(package! flycheck-posframe :pin "2b3e94c2e4"))
|
(package! flycheck-posframe :pin "2b3e94c2e427ec9831c513007460c5ea9e2225a3"))
|
||||||
|
|
||||||
;; TODO flymake?
|
;; TODO flymake?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue