unix-conf/.emacs.d/elpa/company-20160211.520/company-pkg.el

9 lines
256 B
EmacsLisp
Raw Normal View History

2016-02-18 13:53:30 +00:00
(define-package "company" "20160211.520" "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: