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

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

[elpa] externals/ergoemacs-mode 1d4ddc3 114/325: Remove M-y bindings for


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 1d4ddc3 114/325: Remove M-y bindings for search.
Date: Sat, 23 Oct 2021 18:48:33 -0400 (EDT)

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

    Remove M-y bindings for search.
---
 ergoemacs-test.el   | 1 -
 ergoemacs-themes.el | 5 -----
 2 files changed, 6 deletions(-)

diff --git a/ergoemacs-test.el b/ergoemacs-test.el
index 95c6362..1430326 100644
--- a/ergoemacs-test.el
+++ b/ergoemacs-test.el
@@ -289,7 +289,6 @@ sunt in culpa qui officia deserunt mollit anim id est 
laborum.")
    :layout "us"
    (ergoemacs-eshell-here)
    (should (eq 'isearch-forward (key-binding (kbd "C-f"))))
-   (should (eq 'isearch-forward (key-binding (kbd "M-y"))))
    (kill-buffer (current-buffer))))
 
 (ert-deftest ergoemacs-test-isearch-works-with-region ()
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 3ca87de..bc90338 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -575,10 +575,8 @@
 (ergoemacs-component search ()
   "Search and Replace"
   (global-set-key (kbd "C-s") nil)
-  (global-set-key (kbd "M-y") 'isearch-forward)
   
   (global-set-key (kbd "C-r") nil)
-  (global-set-key (kbd "M-Y") 'isearch-backward)
   
   (global-set-key (kbd "M-%") nil)
   (global-set-key (kbd "M-5") 'query-replace)
@@ -587,8 +585,6 @@
   (global-set-key (kbd "M-%") 'query-replace-regexp)
 
   ;; Mode specific changes
-  (define-key term-raw-map (kbd "M-y") 'isearch-forward)
-  (define-key term-raw-map (kbd "M-Y") 'isearch-backward)
   (define-key term-raw-map (kbd "M-;") 'isearch-forward)
   (define-key term-raw-map (kbd "M-:") 'isearch-backward)
 
@@ -601,7 +597,6 @@
 
   (define-key browse-kill-ring-mode-map [remap isearch-forward] 
'browse-kill-ring-search-forward)
   (define-key browse-kill-ring-mode-map [remap isearch-backward] 
'browse-kill-ring-search-backward)
-  :version 5.7.5
   (global-set-key (kbd "M-;") 'isearch-forward)
   (global-set-key (kbd "M-:") 'isearch-backward))
 



reply via email to

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