2017-02-13 05:51:36 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; feature/syntax-checker/packages.el
|
|
|
|
|
2017-02-23 00:06:12 -05:00
|
|
|
(package! flycheck)
|
2018-01-06 01:10:33 -05:00
|
|
|
(package! flycheck-popup-tip)
|
2018-05-07 18:50:44 +02:00
|
|
|
(when EMACS26+
|
|
|
|
(package! flycheck-posframe))
|