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-03-27 01:08:36 -04:00
|
|
|
(package! flycheck :pin "f19a51c0f1")
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-popup-tip :pin "ef86aad907")
|
2019-11-07 12:49:30 -05:00
|
|
|
(when (featurep! +childframe)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! flycheck-posframe :pin "2b3e94c2e4"))
|
2020-01-09 18:41:48 -05:00
|
|
|
|
|
|
|
;; TODO flymake?
|