mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-19 a4b9172aefa91861b587831e06f55b1e19f3f3be
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "company" "20181105.2312" "Modular text completion framework"
  '((emacs "24.3"))
  :keywords
  '("abbrev" "convenience" "matching")
  :authors
  '(("Nikolaj Schumacher"))
  :maintainer
  '("Dmitry Gutov" . "dgutov@yandex.ru")
  :url "http://company-mode.github.io/")
;; Local Variables:
;; no-byte-compile: t
;; End: