mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-29 05:13:11 -08:00
9 lines
248 B
EmacsLisp
9 lines
248 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(package! flycheck :pin "269237f652")
|
|
(package! flycheck-popup-tip :pin "ef86aad907")
|
|
(when (featurep! +childframe)
|
|
(package! flycheck-posframe :pin "2b3e94c2e4"))
|
|
|
|
;; TODO flymake?
|