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
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! flycheck)
|
2018-01-06 01:10:33 -05:00
|
|
|
(package! flycheck-popup-tip)
|
2019-11-07 12:49:30 -05:00
|
|
|
(when (featurep! +childframe)
|
2018-05-07 18:50:44 +02:00
|
|
|
(package! flycheck-posframe))
|
2020-01-09 18:41:48 -05:00
|
|
|
|
|
|
|
;; TODO flymake?
|