summaryrefslogtreecommitdiff
path: root/emacs.d/elpa/company-20201014.2251/company-pkg.el
blob: 07e21b037483d174b0688a201b808a1e169194c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "company" "20201014.2251" "Modular text completion framework"
  '((emacs "24.3"))
  :commit "5f5949b6ae8ea9df94c6cb3e01d9cae43623b794" :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: