alexmurray/flycheck-posframe@c928b5b -> alexmurray/flycheck-posframe@66b73dd Contains a fix for alexmurray/flycheck-posframe#21
9 lines
338 B
EmacsLisp
9 lines
338 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; checkers/syntax/packages.el
|
|
|
|
(package! flycheck :pin "79c9245ee0bd1722d41c865fef69aa2b1ac08fde")
|
|
(package! flycheck-popup-tip :pin "ef86aad907f27ca076859d8d9416f4f7727619c6")
|
|
(when (featurep! +childframe)
|
|
(package! flycheck-posframe :pin "66b73ddb93b357fe9b849d2aa14d5cc9e89e9ffd"))
|
|
|
|
;; TODO flymake?
|