2017-02-13 05:51:36 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
2020-01-09 18:41:48 -05:00
|
|
|
;;; checkers/syntax/packages.el
|
2017-02-13 05:51:36 -05:00
|
|
|
|
2022-08-10 23:38:16 +01:00
|
|
|
(unless (modulep! +flymake)
|
2024-07-12 16:02:47 +05:30
|
|
|
(package! flycheck :pin "e8d1472aeab6ac4e19c8339e6be93e91e878f819")
|
2022-08-10 23:38:16 +01:00
|
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
|
|
|
(when (modulep! +childframe)
|
2023-11-29 16:13:01 -05:00
|
|
|
(package! flycheck-posframe :pin "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8")))
|
2020-01-09 18:41:48 -05:00
|
|
|
|
2022-08-10 23:38:16 +01:00
|
|
|
(when (modulep! +flymake)
|
2024-08-31 13:39:38 -04:00
|
|
|
(package! flymake-popon
|
|
|
|
:recipe (:host github :repo "doomelpa/flymake-popon")
|
|
|
|
:pin "99ea813346f3edef7220d8f4faeed2ec69af6060"))
|