branch: externals/ergoemacs-mode
commit 61218bad1ef5250547497b81b2b26f289814d7bb
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remove multiple-cursors and avy
---
ergoemacs-themes.el | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 4825ced..a94f1e7 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -570,12 +570,6 @@ calling any other ergoemacs-set-* function"
"TAB expands a directory."
(define-key dired-mode-map (kbd "TAB") 'dired-maybe-insert-subdir))
-(ergoemacs-component multiple-cursors-remaps ()
- "Multiple Cursors phi-search remaps"
- (when multiple-cursors-mode
- (global-set-key [remap isearch-forward] 'phi-search)
- (global-set-key [remap isearch-backward] 'phi-search-backward)))
-
(ergoemacs-component ido-remaps ()
"Remaps for ido-mode"
(when ido-mode
@@ -1121,13 +1115,12 @@ calling any other ergoemacs-set-* function"
:optional-on '(backspace-del-seq
standard-fixed
ido-remaps
- multiple-cursors-remaps
quit
)
- :options-menu '(("Remaps" (ido-remaps multiple-cursors-remaps))
+ :options-menu '(("Remaps" (ido-remaps))
("Standard Keys" (standard-fixed quit))
("Keys during Key Sequence" (backspace-del-seq))
- ("Packages" (avy multiple-cursors expand-region))
+ ("Packages" (expand-region))
("Mode Line" (mode-line-major-mode-switch))
("Ergoemacs global menus" (menu-bar-file menu-bar-edit
menu-bar-search menu-bar-view menu-bar-help))))