my-emacs-d/elpa/company-20160709.1536/company-pkg.el
Gergely Polonkai 314c219408 Update packages
2016-07-12 15:08:56 +02:00

9 lines
257 B
EmacsLisp

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