9 lines
257 B
EmacsLisp
9 lines
257 B
EmacsLisp
|
(define-package "company" "20160413.1347" "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:
|