add lisp packages
This commit is contained in:
12
lisp/company/company-pkg.el
Normal file
12
lisp/company/company-pkg.el
Normal file
@@ -0,0 +1,12 @@
|
||||
(define-package "company" "20200616.2354" "Modular text completion framework"
|
||||
'((emacs "24.3"))
|
||||
:commit "1f56bec0ba7ce336eb8661b4d34e4b024d7dd04c" :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:
|
||||
Reference in New Issue
Block a user