branch: externals/ergoemacs-mode
commit 5122817496f42137ccaf100d4ac06c22f586b97e
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
cleanup
---
ergoemacs-theme-engine.el | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index e327901..dbf4689 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -650,13 +650,10 @@ See also `find-function-recenter-line' and
`find-function-after-hook'."
(delete-frame "x Frame")
(delete-indentation "⌧ indentation")
(delete-other-windows "x other pane")
- (delete-other-windows "x other pane")
- (delete-window "x pane")
(delete-window "x pane")
(digit-argument "#Argument")
(er/contract-region "→ region ←")
(er/expand-region "←region→")
- (er/expand-region "←region→")
(er/mark-outside-quotes "←quote→")
(ergoemacs-backward-block "← ¶")
(ergoemacs-backward-open-bracket "← bracket")
@@ -667,16 +664,13 @@ See also `find-function-recenter-line' and
`find-function-after-hook'."
(ergoemacs-command-loop--universal-argument "Argument")
(ergoemacs-compact-uncompact-block "fill/unfill ¶")
(ergoemacs-copy-all "copy all")
- (ergoemacs-copy-all "copy all")
(ergoemacs-copy-line-or-region "copy")
(ergoemacs-cut-all "✂ all")
- (ergoemacs-cut-all "✂ all")
(ergoemacs-cut-line-or-region "✂ region")
(ergoemacs-delete-frame "Close Frame")
(ergoemacs-end-of-line-or-what "→ line/*")
(ergoemacs-end-or-beginning-of-buffer "↓ Bottom*")
(ergoemacs-extend-selection "←region→")
- (ergoemacs-extend-selection "←region→")
(ergoemacs-forward-block "→ ¶")
(ergoemacs-forward-close-bracket "→ bracket")
(ergoemacs-kill-line-backward "⌫ line")
@@ -715,7 +709,7 @@ See also `find-function-recenter-line' and
`find-function-after-hook'."
(isearch-backward-regexp "← reg isearch")
(isearch-forward "→ isearch")
(isearch-forward-regexp "→ reg isearch")
- (keyboard-quit "Stop Command")
+ (keyboard-quit "stop cmd")
(kill-line "⌦ line")
(kill-word "⌦ word")
(left-word "← word")
@@ -732,7 +726,6 @@ See also `find-function-recenter-line' and
`find-function-after-hook'."
(pr-interface)
(previous-line "↑ line")
(query-replace "rep")
- (query-replace "rep")
(query-replace-regexp "rep reg")
(recenter-top-bottom "recenter")
(redo "↷ redo")