mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 20:32:37 -08:00
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))
|