Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
375 B

  1. (define-package "company" "0.9.13" "Modular text completion framework"
  2. '((emacs "24.3"))
  3. :commit "656ad10670512e135a0a5881f127bb7a789ef8ca" :keywords
  4. ("abbrev" "convenience" "matching")
  5. :authors
  6. (("Nikolaj Schumacher"))
  7. :maintainer
  8. ("Dmitry Gutov" . "dgutov@yandex.ru")
  9. :url "http://company-mode.github.io/")
  10. ;; Local Variables:
  11. ;; no-byte-compile: t
  12. ;; End: