doomemacs/modules/checkers/syntax/packages.el
Henrik Lissner b89992624b
Move :tools fly{check,spell} to :checkers {syntax,spell}
These modules were renamed so we can later generalize their
implementations, such as adding flymake support to the syntax checker.
2020-01-09 22:56:26 -05:00

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?