d12frosted/flyspell-correct@fd8ac7a -> d12frosted/flyspell-correct@dea1290 flycheck/flycheck@246e1d4 -> flycheck/flycheck@c02cd77 mhayashi1120/Emacs-langtool@a71ed02 -> mhayashi1120/Emacs-langtool@8276ecc
9 lines
338 B
EmacsLisp
9 lines
338 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(package! flycheck :pin "c02cd773dded0215f9417ec04dfe8dabda63ef43")
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
|
(when (featurep! +childframe)
|
|
(package! flycheck-posframe :pin "2b3e94c2e427ec9831c513007460c5ea9e2225a3"))
|
|
|
|
;; TODO flymake?
|