tvl-depot/configs/shared/emacs/.emacs.d/elpa/magit-20180719.1904/magit-pkg.el
William Carroll 17ee0e400b Support Vim, Tmux, Emacs with Stow
After moving off of Meta, Dotfiles has a greater responsibility to
manage configs. Vim, Tmux, and Emacs are now within Stow's purview.
2018-09-10 14:53:23 -04:00

11 lines
296 B
EmacsLisp

(define-package "magit" "20180719.1904" "A Git porcelain inside Emacs."
'((emacs "25.1")
(async "20180527")
(dash "20180413")
(ghub "20180417")
(git-commit "20180602")
(magit-popup "20180509")
(with-editor "20180414")))
;; Local Variables:
;; no-byte-compile: t
;; End: