emacs.d/elpa/company-20191223.11/company-pkg.el
2019-12-24 11:03:38 +01:00

12 lines
332 B
EmacsLisp

(define-package "company" "20191223.11" "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: