Files
emacs.d/elpa/company-20180615.1508/company-pkg.el
Mateus Pinto Rodrigues 55cb01ec16 Remove ignored files
2018-07-02 13:15:01 -03:00

9 lines
240 B
EmacsLisp

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