mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 30713875c9850326bcf58329f9ae0cbded24a426 Author: Matthew L. Fidler <[email protected]> Date: Thu Jun 26 13:13:52 2014 -0500 Change layout descriptions --- ergoemacs-theme-engine.el | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el index 09f40cc..a00ce88 100644 --- a/ergoemacs-theme-engine.el +++ b/ergoemacs-theme-engine.el @@ -158,11 +158,11 @@ (indent-region "indent-region") ;; Already in CUA (isearch-backward "← isearch") (isearch-forward "→ isearch") - (keyboard-quit "Stop Operation") + (keyboard-quit "Stop Command") (kill-line "⌦ line") (kill-word "⌦ word") (left-word "← word") - (mark-paragraph "Mark Paragraph") + (mark-paragraph "Sel ¶") (mark-whole-buffer "Sel All") (next-line "↓ line") (previous-line "↑ line") @@ -184,7 +184,6 @@ (split-window-below "split —") (split-window-horizontally "split —") (split-window-right "split |") - (split-window-vertically "split |") (split-window-vertically "split —") (switch-to-buffer "Switch Buffer") (text-scale-decrease "Zoom Out")
