Files
emacs/lisp/flycheck-pos-tip/flycheck-pos-tip-pkg.el
2023-11-04 19:26:41 +01:00

18 lines
598 B
EmacsLisp

(define-package "flycheck-pos-tip" "20200516.1600" "Display Flycheck errors in GUI tooltips"
'((emacs "24.1")
(flycheck "0.22")
(pos-tip "0.4.6"))
:commit "dc57beac0e59669926ad720c7af38b27c3a30467" :authors
'(("Akiha Senda" . "senda.akiha@gmail.com")
("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
:maintainers
'(("Sebastian Wiesner" . "swiesner@lunaryorn.com"))
:maintainer
'("Sebastian Wiesner" . "swiesner@lunaryorn.com")
:keywords
'("tools" "convenience")
:url "https://github.com/flycheck/flycheck-pos-tip")
;; Local Variables:
;; no-byte-compile: t
;; End: