doomemacs/modules/checkers/syntax/packages.el
Jeetaditya Chatterjee 3d7e61fdcd
nit(syntax): note recipes can be removed soon
when straight is bumped to support non gnu elpa
2023-07-25 00:11:10 +01:00

14 lines
622 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; checkers/syntax/packages.el
(unless (modulep! +flymake)
(package! flycheck :pin "784f184cdd9f9cb4e3dbb997c09d93e954142842")
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
(when (modulep! +childframe)
(package! flycheck-posframe :pin "8f60c9bf124ab9597d681504a73fdf116a0bde12")))
;; Flymake
(when (modulep! +flymake)
;; NOTE: remove when straight bumped to support nonGnuELPA
(package! popon :recipe (:repo "https://codeberg.org/akib/emacs-popon"))
(package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon")))