emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/ergoemacs-mode 61218ba 138/325: Remove multiple-cursors


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 61218ba 138/325: Remove multiple-cursors and avy
Date: Sat, 23 Oct 2021 18:48:39 -0400 (EDT)

branch: externals/ergoemacs-mode
commit 61218bad1ef5250547497b81b2b26f289814d7bb
Author: Walter Landry <wlandry@caltech.edu>
Commit: Walter Landry <wlandry@caltech.edu>

    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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]