mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
2dc49e8b50
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.
12 lines
268 B
Text
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"))
|
|
|