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.
This commit is contained in:
Steve Purcell 2012-12-04 08:17:02 +00:00
parent d76cb5f9f1
commit 21bd25490a
2 changed files with 4 additions and 1 deletions

View file

@ -1 +0,0 @@
(ergoemacs-keybindings :url "http://ergoemacs.googlecode.com/svn/trunk/ergoemacs/ergoemacs-keybindings" :fetcher svn)

4
recipes/ergoemacs-mode Normal file
View file

@ -0,0 +1,4 @@
(ergoemacs-mode
:url "https://code.google.com/p/ergoemacs/"
:files ("ergoemacs/ergoemacs-keybindings/*.el")
:fetcher git)