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

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