9 lines
257 B
EmacsLisp
Raw Normal View History

2016-09-15 11:18:17 +02:00
(define-package "company" "20160829.1206" "Modular text completion framework"
2016-04-21 23:27:19 +02: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: