mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-16 14:20:33 -08:00
akermu/emacs-libvterm@056ad74653 -> akermu/emacs-libvterm@a01a2894a1 d12frosted/flyspell-correct@1e7a5a5636 -> d12frosted/flyspell-correct@a5cc88cdee emacs-straight/use-package@c80c883dea -> emacs-straight/use-package@c95bceeada emacsmirror/spell-fu@d465d70126 -> emacsmirror/spell-fu@6c7cdc971d flycheck/flycheck@16b536b031 -> flycheck/flycheck@62570fafbe purcell/package-lint@2dc48e5fb9 -> purcell/package-lint@700fffc163 tumashu/posframe@12f540c9ad -> tumashu/posframe@d93828bf6c tumashu/pyim@64731c213c -> tumashu/pyim@bc85ecc3b2
15 lines
660 B
EmacsLisp
15 lines
660 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(unless (modulep! +flymake)
|
|
(package! flycheck :pin "62570fafbedb8fa3f7d75a50a9364feca3b294ef")
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
|
;; REVIEW: Remove when purcell/package-lint#285 is dealt with.
|
|
(package! package-lint :pin "700fffc16364541c7f5d1b6b54ab05ce3fe5a893")
|
|
(when (modulep! +childframe)
|
|
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
|
|
|
(when (modulep! +flymake)
|
|
(package! flymake-popon
|
|
:recipe (:host github :repo "doomelpa/flymake-popon")
|
|
:pin "99ea813346f3edef7220d8f4faeed2ec69af6060"))
|