mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
8 lines
175 B
EmacsLisp
8 lines
175 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; tools/flycheck/packages.el
|
|
|
|
(package! flycheck)
|
|
(package! flycheck-popup-tip)
|
|
(when (featurep! +childframe)
|
|
(package! flycheck-posframe))
|