emacs.d/elpa/company-20200110.929/company-pkg.el
2020-01-29 18:18:31 +01:00

12 lines
333 B
EmacsLisp

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