Files
emacs/lisp/company-quickhelp/company-quickhelp-pkg.el
2025-06-22 17:08:08 +02:00

13 lines
526 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "company-quickhelp" "20231026.1714"
"Popup documentation for completion candidates."
'((emacs "24.3")
(company "0.8.9")
(pos-tip "0.4.6"))
:url "https://www.github.com/expez/company-quickhelp"
:commit "5bda859577582cc42d16fc0eaf5f7c8bedfd9e69"
:revdesc "5bda85957758"
:keywords '("company" "popup" "documentation" "quickhelp")
:authors '(("Lars Andersen" . "expez@expez.com"))
:maintainers '(("Lars Andersen" . "expez@expez.com")))