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

9 lines
257 B
EmacsLisp
Raw Normal View History

2016-08-18 20:01:20 +00:00
(define-package "company" "20160730.1516" "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: