10 lines
227 B
EmacsLisp
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:
|