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

9 lines
257 B
EmacsLisp
Raw Normal View History

2016-06-29 07:21:54 +00:00
(define-package "company" "20160626.1903" "Modular text completion framework"
2016-04-21 21:27:19 +00:00
'((emacs "24.1")
(cl-lib "0.5"))
:url "http://company-mode.github.io/" :keywords
'("abbrev" "convenience" "matching"))
;; Local Variables:
;; no-byte-compile: t
;; End: