Files
emacsd/elpa/company-20191029.2116/company-pkg.el
2019-11-03 10:52:03 +01:00

13 lines
334 B
EmacsLisp

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