about summary refs log tree commit diff
path: root/configs/shared/emacs/.emacs.d/elpa/company-20180913.805/company-pkg.el
blob: 783fa2767ff90bd2906e3f64d02ec5308f920bc2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "company" "20180913.805" "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: