Files
emacs/lisp/company/company-pkg.el
2020-12-05 21:29:49 +01:00

13 lines
385 B
EmacsLisp

(define-package "company" "20200616.2354" "Modular text completion framework"
'((emacs "24.3"))
:commit "1f56bec0ba7ce336eb8661b4d34e4b024d7dd04c" :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: