emacs.d/elpa/magit-20150608.1139/magit-pkg.el

10 lines
226 B
EmacsLisp
Raw Normal View History

2015-06-13 14:23:18 +00:00
(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: