8 lines
238 B
EmacsLisp
Raw Normal View History

2019-10-20 16:24:07 -05:00
(define-package "company" "20171017.1638" "Modular text completion framework"
'((emacs "24.3"))
:url "http://company-mode.github.io/" :keywords
'("abbrev" "convenience" "matching"))
;; Local Variables:
;; no-byte-compile: t
;; End: