12 lines
474 B
EmacsLisp
12 lines
474 B
EmacsLisp
;; -*- no-byte-compile: t; lexical-binding: nil -*-
|
|
(define-package "flycheck-posframe" "20220715.133"
|
|
"Show flycheck error messages using posframe.el."
|
|
'((flycheck "0.24")
|
|
(emacs "26")
|
|
(posframe "0.7.0"))
|
|
:url "https://github.com/alexmurray/flycheck-posframe"
|
|
:commit "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8"
|
|
:revdesc "19896b922c76"
|
|
:authors '(("Alex Murray" . "murray.alex@gmail.com"))
|
|
:maintainers '(("Alex Murray" . "murray.alex@gmail.com")))
|