From 3f4a0d5370ae6c34afe180df96add3b8522f4af1 Mon Sep 17 00:00:00 2001 From: mattkae Date: Wed, 11 May 2022 09:23:58 -0400 Subject: initial commit --- elpa/company-20220326.48/company-pkg.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 elpa/company-20220326.48/company-pkg.el (limited to 'elpa/company-20220326.48/company-pkg.el') 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: -- cgit v1.2.1