Update ergoemacs-mode

Updated to the new repo.  Hope I got the syntax correct.
This commit is contained in:
Matthew Fidler 2013-07-10 18:49:16 -05:00
parent bdfe43be6c
commit 895c7ff400

View file

@ -1,10 +1,9 @@
(ergoemacs-mode
:url "https://code.google.com/p/ergoemacs/"
:files ("ergoemacs/ergoemacs-keybindings/*.el"
"ergoemacs/ergoemacs-keybindings/*.svg"
"ergoemacs/ergoemacs-keybindings/*.ahk"
"ergoemacs/ergoemacs-keybindings/*.info"
"ergoemacs/ergoemacs-keybindings/dir"
"ergoemacs/ergoemacs-keybindings/bash-us.txt"
"ergoemacs/ergoemacs-keybindings/os_x_qwerty.dict.txt")
:fetcher git)
:fetcher github :repo "ergoemacs/ergoemacs-mode")
:files ("*.el"
"*.svg"
"*.ahk"
"*.info"
"dir"
"bash-us.txt"
"os_x_qwerty.dict.txt"))