From 9066e7b110e7e81b7b9e65fbff721da988001d36 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Mon, 8 Oct 2012 12:22:54 +0200 Subject: [PATCH] Fix URLs for git modes I moved gitconfig-mode and git-commit-mode into a single "git-modes" repository. --- recipes/git-commit-mode | 4 +++- recipes/gitconfig-mode | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/recipes/git-commit-mode b/recipes/git-commit-mode index b122dd03..7da79665 100644 --- a/recipes/git-commit-mode +++ b/recipes/git-commit-mode @@ -1 +1,3 @@ -(git-commit-mode :repo "lunaryorn/git-commit-mode" :fetcher github) +(git-commit-mode :repo "lunaryorn/git-commit-mode" + :fetcher github + :files ("git-commit-mode.el")) diff --git a/recipes/gitconfig-mode b/recipes/gitconfig-mode index 81d65f38..f491610c 100644 --- a/recipes/gitconfig-mode +++ b/recipes/gitconfig-mode @@ -1 +1,3 @@ -(gitconfig-mode :repo "lunaryorn/gitconfig-mode" :fetcher github) +(gitconfig-mode :repo "lunaryorn/git-modes" + :fetcher github + :files ("gitconfig-mode.el"))