melpa/recipes/magit
Jonas Bernoulli 2dc49e8b50 magit recipe: add magit-popup.el
This file will replace magit-key-mode.el.  To prevent users ending up
with a Melpa version that misses both files due to timing issues, I am
adding this file now, then (probably tomorrow) push the commit with the
rename to Magit's repository, and then come back here and remove
magit-key-mode.el.
2013-11-28 16:22:28 +01:00

12 lines
268 B
Text

(magit :fetcher github
:repo "magit/magit"
:files ("magit.el"
"magit-bisect.el"
"magit-blame.el"
"magit-key-mode.el"
"magit-popup.el"
"magit-wip.el"
"magit.texi"
"AUTHORS.md"
"README.md"))