Files
emacs.d/elpa/company-20180317.1008/company-pkg.el
Mateus Pinto Rodrigues 2362e805bd Add new packages installed
2018-03-27 20:52:59 -03:00

8 lines
238 B
EmacsLisp

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