mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-07 01:32:54 -08:00
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?
|