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

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

[elpa] externals/ergoemacs-mode 7c07d8e 136/325: Remove bindings for ici


From: Stefan Monnier
Subject: [elpa] externals/ergoemacs-mode 7c07d8e 136/325: Remove bindings for icicle
Date: Sat, 23 Oct 2021 18:48:38 -0400 (EDT)

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

    Remove bindings for icicle
---
 ergoemacs-themes.el | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 8d19c5a..aba2392 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -340,14 +340,6 @@ calling any other ergoemacs-set-* function"
   ;; Mode specific changes
 
   (define-key comint-mode-map (kbd "<home>") 'comint-bol)
-
-  ;; Compatibility with Icicle (allows the use of
-  ;; `icicle-read-string-completing' directly)
-  (when icicle-mode
-    (global-set-key [remap ergoemacs-apropos-user-options] 
'apropos-user-options))
-  
-  (when icicle-ido-like-mode
-    (global-set-key [remap ergoemacs-apropos-user-options] 
'apropos-user-options))
   )
 
 (ergoemacs-component backspace-del-seq ()



reply via email to

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