Merge pull request #944 from tarsius/git-modes

get git{-commit,config,ignore}-mode from new upstream
This commit is contained in:
Steve Purcell 2013-08-12 08:44:13 -07:00
commit 44a37f59b8
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
(git-commit-mode :repo "lunaryorn/git-modes"
(git-commit-mode :repo "magit/git-modes"
:fetcher github
:files ("git-commit-mode.el"))

View file

@ -1,3 +1,3 @@
(gitconfig-mode :repo "lunaryorn/git-modes"
(gitconfig-mode :repo "magit/git-modes"
:fetcher github
:files ("gitconfig-mode.el"))

View file

@ -1,3 +1,3 @@
(gitignore-mode :repo "lunaryorn/git-modes"
(gitignore-mode :repo "magit/git-modes"
:fetcher github
:files ("gitignore-mode.el"))