2017-02-13 05:51:36 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2020-01-09 18:41:48 -05:00
|
|
|
;;; checkers/syntax/packages.el
|
2017-02-13 05:51:36 -05:00
|
|
|
|
2020-11-13 12:56:52 -05:00
|
|
|
(package! flycheck :pin "79c9245ee0bd1722d41c865fef69aa2b1ac08fde")
|
2020-04-30 00:21:21 -04:00
|
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
2019-11-07 12:49:30 -05:00
|
|
|
(when (featurep! +childframe)
|
2020-11-24 18:23:06 +11:00
|
|
|
(package! flycheck-posframe :pin "66b73ddb93b357fe9b849d2aa14d5cc9e89e9ffd"))
|
2020-01-09 18:41:48 -05:00
|
|
|
|
|
|
|
;; TODO flymake?
|