summaryrefslogtreecommitdiff
path: root/emacs.d/elpa/company-20201014.2251/company-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/elpa/company-20201014.2251/company-pkg.el')
-rw-r--r--emacs.d/elpa/company-20201014.2251/company-pkg.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/emacs.d/elpa/company-20201014.2251/company-pkg.el b/emacs.d/elpa/company-20201014.2251/company-pkg.el
new file mode 100644
index 0000000..07e21b0
--- /dev/null
+++ b/emacs.d/elpa/company-20201014.2251/company-pkg.el
@@ -0,0 +1,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: