From 7fe5c01004f5ec2b627f45298830ed2f8d215bbc Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Wed, 3 Oct 2012 13:58:05 +0200 Subject: [PATCH] Replace git-commit with git-commit-mode git-commit has several issues, and seems to be unmaintained. --- recipes/git-commit | 1 - recipes/git-commit-mode | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 recipes/git-commit create mode 100644 recipes/git-commit-mode diff --git a/recipes/git-commit b/recipes/git-commit deleted file mode 100644 index 027bc1c1..00000000 --- a/recipes/git-commit +++ /dev/null @@ -1 +0,0 @@ -(git-commit :repo "rafl/git-commit-mode" :fetcher github) diff --git a/recipes/git-commit-mode b/recipes/git-commit-mode new file mode 100644 index 00000000..b122dd03 --- /dev/null +++ b/recipes/git-commit-mode @@ -0,0 +1 @@ +(git-commit-mode :repo "lunaryorn/git-commit-mode" :fetcher github)