9 lines
248 B
EmacsLisp
9 lines
248 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(package! flycheck :pin "08345d38e2")
|
|
(package! flycheck-popup-tip :pin "ef86aad907")
|
|
(when (featurep! +childframe)
|
|
(package! flycheck-posframe :pin "2b3e94c2e4"))
|
|
|
|
;; TODO flymake?
|