2017-02-13 05:51:36 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2019-02-22 00:20:29 -05:00
|
|
|
;;; tools/flycheck/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)
|
2018-05-09 11:26:06 +02:00
|
|
|
(when (and EMACS26+ (featurep! +childframe))
|
2018-05-07 18:50:44 +02:00
|
|
|
(package! flycheck-posframe))
|