my-emacs-d/elpa/company-20160626.1903/company-pkg.el
Gergely Polonkai 1ee823ee92 Update packages
2016-06-29 09:21:54 +02:00

9 lines
257 B
EmacsLisp

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