Files
dotfiles/.emacs.d/elpa/company-20171122.716/company-pkg.el
2017-12-19 22:52:42 +01:00

8 lines
237 B
EmacsLisp

(define-package "company" "20171122.716" "Modular text completion framework"
'((emacs "24.3"))
:url "http://company-mode.github.io/" :keywords
'("abbrev" "convenience" "matching"))
;; Local Variables:
;; no-byte-compile: t
;; End: