These modules were renamed so we can later generalize their implementations, such as adding flymake support to the syntax checker.
9 lines
194 B
EmacsLisp
9 lines
194 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(package! flycheck)
|
|
(package! flycheck-popup-tip)
|
|
(when (featurep! +childframe)
|
|
(package! flycheck-posframe))
|
|
|
|
;; TODO flymake?
|