diff options
Diffstat (limited to 'configs/shared/emacs/.emacs.d/elpa/company-20180913.805/company-pkg.el')
-rw-r--r-- | configs/shared/emacs/.emacs.d/elpa/company-20180913.805/company-pkg.el | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configs/shared/emacs/.emacs.d/elpa/company-20180913.805/company-pkg.el b/configs/shared/emacs/.emacs.d/elpa/company-20180913.805/company-pkg.el new file mode 100644 index 000000000000..783fa2767ff9 --- /dev/null +++ b/configs/shared/emacs/.emacs.d/elpa/company-20180913.805/company-pkg.el @@ -0,0 +1,12 @@ +(define-package "company" "20180913.805" "Modular text completion framework" + '((emacs "24.3")) + :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: |