add lisp packages
This commit is contained in:
12
lisp/magit/magit-pkg.el
Normal file
12
lisp/magit/magit-pkg.el
Normal file
@@ -0,0 +1,12 @@
|
||||
(define-package "magit" "20200627.806" "A Git porcelain inside Emacs."
|
||||
'((emacs "25.1")
|
||||
(async "20200113")
|
||||
(dash "20200524")
|
||||
(git-commit "20200516")
|
||||
(transient "20200601")
|
||||
(with-editor "20200522"))
|
||||
:commit "9e35f9892ca3987d979a6212ff79b23ddbb42103" :keywords
|
||||
'("git" "tools" "vc"))
|
||||
;; Local Variables:
|
||||
;; no-byte-compile: t
|
||||
;; End:
|
||||
Reference in New Issue
Block a user