7 lines
198 B
EmacsLisp
7 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))
|