Files
emacs-conf/lisp/flycheck-posframe/flycheck-posframe-pkg.el
2026-06-27 11:34:21 +02:00

12 lines
473 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "flycheck-posframe" "20260409.14"
"Show flycheck error messages using posframe.el."
'((flycheck "0.24")
(emacs "26")
(posframe "0.7.0"))
:url "https://github.com/alexmurray/flycheck-posframe"
:commit "aeccb14e90ba25f45e1919b776777fc6ec95e251"
:revdesc "aeccb14e90ba"
:authors '(("Alex Murray" . "murray.alex@gmail.com"))
:maintainers '(("Alex Murray" . "murray.alex@gmail.com")))