mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit a1df4031dfa02a234b3493c173abd5978cd4a75f Author: Brian Malehorn <[email protected]> Date: Wed Jun 25 00:14:54 2014 -0700 fix incorrect ergoemacs-layout-programmer-dv --- ergoemacs-layouts.el | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ergoemacs-layouts.el b/ergoemacs-layouts.el index 16e71a2..e019849 100644 --- a/ergoemacs-layouts.el +++ b/ergoemacs-layouts.el @@ -116,14 +116,14 @@ (defvar ergoemacs-layout-programmer-dv '("" "$" "&" "[" "{" "}" "(" "=" "*" ")" "+" "]" "!" "#" "" - "" "" "'" "," "." "p" "y" "f" "g" "c" "r" "l" "/" "=" "\\" + "" "" ";" "," "." "p" "y" "f" "g" "c" "r" "l" "/" "@" "\\" "" "" "a" "o" "e" "u" "i" "d" "h" "t" "n" "s" "-" "" "" - "" "" ";" "q" "j" "k" "x" "b" "m" "w" "v" "z" "" "" "" + "" "" "'" "q" "j" "k" "x" "b" "m" "w" "v" "z" "" "" "" ;; Shifted - "" "" "%" "7" "5" "3" "1" "9" "0" "2" "4" "6" "8" "`" "" - "" "" "\"" "<" ">" "P" "Y" "F" "G" "C" "R" "L" "?" "+" "|" - "" "" "A" "O" "E" "U" "I" "D" "H" "T" "N" "S" "_" "" "" - "" "" ":" "Q" "J" "K" "X" "B" "M" "W" "V" "Z" "" "" "") + "" "~" "%" "7" "5" "3" "1" "9" "0" "2" "4" "6" "8" "`" "" + "" "" ":" "<" ">" "P" "Y" "F" "G" "C" "R" "L" "?" "^" "|" + "" "" "A" "O" "E" "U" "I" "D" "H" "T" "N" "S" "_" "" "" + "" "" "\"" "Q" "J" "K" "X" "B" "M" "W" "V" "Z" "" "" "") "US Programmer Dvorak layout.") (defvar ergoemacs-layout-gb-dv
