emacs.d/elpa/magit-20200224.2301/magit-pkg.el
2020-02-25 18:47:32 +01:00

12 lines
308 B
EmacsLisp

(define-package "magit" "20200224.2301" "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: