Files
emacsd/elpa/company-20191127.16/company-pkg.el
Raymundo Vásquez Ruiz b62e260b24 update
2019-12-01 19:55:19 +01:00

13 lines
332 B
EmacsLisp

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