summaryrefslogtreecommitdiff
path: root/elpa/company-20220326.48/company-pkg.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/company-20220326.48/company-pkg.el
initial commit
Diffstat (limited to 'elpa/company-20220326.48/company-pkg.el')
-rw-r--r--elpa/company-20220326.48/company-pkg.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/elpa/company-20220326.48/company-pkg.el b/elpa/company-20220326.48/company-pkg.el
new file mode 100644
index 0000000..033da3f
--- /dev/null
+++ b/elpa/company-20220326.48/company-pkg.el
@@ -0,0 +1,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: