summaryrefslogtreecommitdiff
path: root/elpa/company-20220326.48/company-pkg.el
blob: 033da3f8349f981eeb23266392d95a96b6ca9bae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(define-package "company" "20220326.48" "Modular text completion framework"
  '((emacs "25.1"))
  :commit "783287526a791590bea4f9a23992c2bfebdb4c8d" :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: