doomemacs/modules/checkers/syntax/packages.el
2020-02-23 15:03:30 -05:00

10 lines
248 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; checkers/syntax/packages.el
(package! flycheck :pin "74377fa9c7")
(package! flycheck-popup-tip :pin "ef86aad907")
(when (featurep! +childframe)
(package! flycheck-posframe :pin "2b3e94c2e4"))
;; TODO flymake?