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 "magit" "20191030.1315" "A Git porcelain inside Emacs."
'((emacs "25.1")
(async "20180527")
(dash "20180910")
(git-commit "20181104")
(transient "20190812")
(with-editor "20181103"))
:keywords
'("git" "tools" "vc"))
;; Local Variables:
;; no-byte-compile: t
;; End: