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

10 lines
227 B
EmacsLisp
Raw Permalink Normal View History

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