Henrik Lissner
2025-02-24 22:59:41 -05:00
parent 6e6eaa1189
commit 4ea19039fe
3 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; checkers/grammar/packages.el
(package! langtool :pin "d86101eafe9a994eb0425e08e7c1795e9cb0cd42")
(package! langtool :pin "6605f26f56b7da1499a32885236c02a40b0b0e31")
(package! writegood-mode :pin "d54eadeedb8bf3aa0e0a584c0a7373c69644f4b8")

View File

@ -4,7 +4,7 @@
(if (modulep! -flyspell)
(package! spell-fu
:recipe (:host github :repo "emacsmirror/spell-fu")
:pin "e4031935803c66eca2f076dce72b0a6a770d026c")
:pin "d465d70126d7ff8e37013ef942c292aaa1ca23f3")
(package! flyspell-correct :pin "1e7a5a56362dd875dddf848b9a9e25d1395b9d37")
(cond ((modulep! :completion ivy)
(package! flyspell-correct-ivy))

View File

@ -2,7 +2,7 @@
;;; checkers/syntax/packages.el
(unless (modulep! +flymake)
(package! flycheck :pin "e8d1472aeab6ac4e19c8339e6be93e91e878f819")
(package! flycheck :pin "86715c0f293738623f632d6f54a7d1be78b1c48f")
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
(when (modulep! +childframe)
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))