emacs.d/elpa/company-20191206.33/company-pkg.el

13 lines
332 B
EmacsLisp
Raw Normal View History

2019-12-06 19:15:46 +01:00
(define-package "company" "20191206.33" "Modular text completion framework"
2019-11-23 09:10:03 +01:00
'((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: