emacs.d/elpa/magit-20141114.934/magit-pkg.el
2015-06-13 07:18:57 -07:00

10 lines
227 B
EmacsLisp

(define-package "magit" "20141114.934" "control Git from Emacs"
'((cl-lib "0.3")
(git-commit-mode "0.14.0")
(git-rebase-mode "0.14.0"))
:keywords
'("vc" "tools"))
;; Local Variables:
;; no-byte-compile: t
;; End: