mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-10 08:41:32 -07:00
emacsmirror/spell-fu@6c7cdc971d -> emacsmirror/spell-fu@ab256835ea flycheck/flycheck@62570fafbe -> flycheck/flycheck@5c24d1b732 purcell/package-lint@700fffc163 -> purcell/package-lint@1c37329703
15 lines
660 B
EmacsLisp
15 lines
660 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(unless (modulep! +flymake)
|
|
(package! flycheck :pin "5c24d1b732e86433f34ebf5ec7ca3c985edbc744")
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
|
;; REVIEW: Remove when purcell/package-lint#285 is dealt with.
|
|
(package! package-lint :pin "1c37329703a507fa357302cf6fc29d4f2fe631a8")
|
|
(when (modulep! +childframe)
|
|
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
|
|
|
(when (modulep! +flymake)
|
|
(package! flymake-popon
|
|
:recipe (:host github :repo "doomelpa/flymake-popon")
|
|
:pin "99ea813346f3edef7220d8f4faeed2ec69af6060"))
|