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