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

13 lines
334 B
EmacsLisp
Raw Normal View History

2019-12-20 13:38:19 +01:00
(define-package "company" "20191219.2036" "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: