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 (ergoemacs-mode
:url "https://code.google.com/p/ergoemacs/" :fetcher github :repo "ergoemacs/ergoemacs-mode")
:files ("ergoemacs/ergoemacs-keybindings/*.el" :files ("*.el"
"ergoemacs/ergoemacs-keybindings/*.svg" "*.svg"
"ergoemacs/ergoemacs-keybindings/*.ahk" "*.ahk"
"ergoemacs/ergoemacs-keybindings/*.info" "*.info"
"ergoemacs/ergoemacs-keybindings/dir" "dir"
"ergoemacs/ergoemacs-keybindings/bash-us.txt" "bash-us.txt"
"ergoemacs/ergoemacs-keybindings/os_x_qwerty.dict.txt") "os_x_qwerty.dict.txt"))
:fetcher git)