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-03-04 23:08:33 -05:00
|
|
|
(package! flycheck :pin "02148c6ce7edb0fd0986460db327cc9463939747")
|
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
|
|
|
;; Flymake
|
|
|
|
(when (modulep! +flymake)
|
2022-08-17 01:27:52 +01:00
|
|
|
;; NOTE: remove when straight bumped to support nonGnuELPA
|
2022-08-10 23:38:16 +01:00
|
|
|
(package! popon :recipe (:repo "https://codeberg.org/akib/emacs-popon"))
|
|
|
|
(package! flymake-popon :recipe (:repo "https://codeberg.org/akib/emacs-flymake-popon")))
|