From 21bd25490ae43379a9c67a0ff557c489bd58d5ef Mon Sep 17 00:00:00 2001 From: Steve Purcell Date: Tue, 4 Dec 2012 08:17:02 +0000 Subject: [PATCH] Fix SCM URL for ergoemacs-keybindings, and rename package to ergoemacs-mode (closes #395) The recipe (and hence package) name should match the provided feature. --- recipes/ergoemacs-keybindings | 1 - recipes/ergoemacs-mode | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) delete mode 100644 recipes/ergoemacs-keybindings create mode 100644 recipes/ergoemacs-mode diff --git a/recipes/ergoemacs-keybindings b/recipes/ergoemacs-keybindings deleted file mode 100644 index 67eb49f6..00000000 --- a/recipes/ergoemacs-keybindings +++ /dev/null @@ -1 +0,0 @@ -(ergoemacs-keybindings :url "http://ergoemacs.googlecode.com/svn/trunk/ergoemacs/ergoemacs-keybindings" :fetcher svn) diff --git a/recipes/ergoemacs-mode b/recipes/ergoemacs-mode new file mode 100644 index 00000000..d9d15a79 --- /dev/null +++ b/recipes/ergoemacs-mode @@ -0,0 +1,4 @@ +(ergoemacs-mode + :url "https://code.google.com/p/ergoemacs/" + :files ("ergoemacs/ergoemacs-keybindings/*.el") + :fetcher git)