Files
emacs/lisp/company/company-pkg.el
2021-01-08 19:32:30 +01:00

13 lines
385 B
EmacsLisp

(define-package "company" "20210103.1124" "Modular text completion framework"
'((emacs "24.3"))
:commit "6116c4617a7934acfe84cb82a058e9b198f0f480" :authors
'(("Nikolaj Schumacher"))
:maintainer
'("Dmitry Gutov" . "dgutov@yandex.ru")
:keywords
'("abbrev" "convenience" "matching")
:url "http://company-mode.github.io/")
;; Local Variables:
;; no-byte-compile: t
;; End: