aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/company-20220425.1145/company-pkg.el
blob: b3d255495c4b4c37c2e502d77058b669bec9a9ee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "company" "20220425.1145" "Modular text completion framework"
  '((emacs "25.1"))
  :commit "d5145006b948f93e673f439a766da01f636d39fc" :authors
  '(("Nikolaj Schumacher"))
  :maintainer
  '("Dmitry Gutov" . "dgutov@yandex.ru")
  :keywords
  '("abbrev" "convenience" "matching")
  :url "http://company-mode.github.io/")
;; Local Variables:
;; no-byte-compile: t
;; End: