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

10 lines
226 B
EmacsLisp

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