Files
dotfiles/.emacs.d/elpa/company-20171219.133/company-pkg.el
2017-12-21 01:42:57 +01:00

8 lines
237 B
EmacsLisp

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