mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 0a173909f5f0cb376dcb500572c28ae4b940fea5 Author: Matthew L. Fidler <[email protected]> Date: Wed Jul 2 07:33:08 2014 -0500 Fix Extra Quotes in Issue #255 --- ergoemacs-layouts.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el index 88ba95c..2230cf2 100644 --- a/ergoemacs-layouts.el +++ b/ergoemacs-layouts.el @@ -135,10 +135,10 @@ "" "" "a" "s" "d" "f" "g" "h" "j" "k" "l" "ŭ" "ĥ" "" "" "" "" "z" "ĉ" "c" "v" "b" "n" "m" "," "." "/" "" "" "" ;; Shifted - "" "~" "!" """ "#" "$" "%" "'" "&" "*" "(" ")" "_" "+" "" + "" "~" "!" "\"" "#" "$" "%" "'" "&" "*" "(" ")" "_" "+" "" "" "" "Ŝ" "Ĵ" "E" "R" "T" "Ĝ" "U" "I" "O" "P" "{" "}" "|" "" "" "A" "S" "D" "F" "G" "H" "J" "K" "L" "Ŭ" "Ĥ" "" "" - """ "" "Z"" "Ĉ" "C" "V" "B" "N" "M" ";" ":" "?" "" "" "") + """ "" "Z" "Ĉ" "C" "V" "B" "N" "M" ";" ":" "?" "" "" "") "Esperanto (displaced semicolon and quote, obsolete) layout.") (defvar ergoemacs-layout-es
