mirror of
https://github.com/correl/melpa.git
synced 2024-12-19 11:12:39 +00:00
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:
parent
d76cb5f9f1
commit
21bd25490a
2 changed files with 4 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
(ergoemacs-keybindings :url "http://ergoemacs.googlecode.com/svn/trunk/ergoemacs/ergoemacs-keybindings" :fetcher svn)
|
4
recipes/ergoemacs-mode
Normal file
4
recipes/ergoemacs-mode
Normal file
|
@ -0,0 +1,4 @@
|
|||
(ergoemacs-mode
|
||||
:url "https://code.google.com/p/ergoemacs/"
|
||||
:files ("ergoemacs/ergoemacs-keybindings/*.el")
|
||||
:fetcher git)
|
Loading…
Reference in a new issue