doomemacs/modules/feature/syntax-checker/packages.el

8 lines
198 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; feature/syntax-checker/packages.el
(package! flycheck)
(package! flycheck-popup-tip)
(when (and EMACS26+ (featurep! +childframe))
(package! flycheck-posframe))