added typscript and completion, git and dumbgo

This commit is contained in:
Raymundo Vásquez Ruiz
2019-11-03 10:52:03 +01:00
parent 0e0a838cb2
commit db783b92af
238 changed files with 345224 additions and 149 deletions

View File

@@ -0,0 +1,12 @@
(define-package "company" "20191029.2116" "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: