Files
emacs/lisp/company/company-pkg.el
2022-01-03 21:18:11 +01:00

13 lines
384 B
EmacsLisp

(define-package "company" "20220103.351" "Modular text completion framework"
'((emacs "25.1"))
:commit "6eeaf46b869552b7cb70cab7d4590120c64cc175" :authors
'(("Nikolaj Schumacher"))
:maintainer
'("Dmitry Gutov" . "dgutov@yandex.ru")
:keywords
'("abbrev" "convenience" "matching")
:url "http://company-mode.github.io/")
;; Local Variables:
;; no-byte-compile: t
;; End: