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

13 lines
334 B
EmacsLisp
Raw Normal View History

2020-02-08 18:30:56 +01:00
(define-package "company" "20200206.2239" "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: