my-emacs-d/elpa/company-20160730.1516/company-pkg.el

9 lines
257 B
EmacsLisp

(define-package "company" "20160730.1516" "Modular text completion framework"
'((emacs "24.1")
(cl-lib "0.5"))
:url "http://company-mode.github.io/" :keywords
'("abbrev" "convenience" "matching"))
;; Local Variables:
;; no-byte-compile: t
;; End: