branch: externals/ergoemacs-mode
commit 5257c0ea6cda8e4c0e332e1a92ef057c2502be60
Author: Walter Landry <[email protected]>
Commit: Walter Landry <[email protected]>
Remove commented code
---
ergoemacs-themes.el | 2 --
1 file changed, 2 deletions(-)
diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el
index 100d47b..ac0371c 100644
--- a/ergoemacs-themes.el
+++ b/ergoemacs-themes.el
@@ -1095,8 +1095,6 @@
(setq icicle-key-complete-keys-for-minibuffer
(list (ergoemacs-translate--event-layout (read-kbd-macro "M-T"))))
(when icicle-minibuffer-setup-hook
- ;; (define-key minibuffer-local-map (kbd "M-p")
'icicle-insert-history-element)
- ;; (define-key minibuffer-local-map (kbd "C-M-h")
'icicle-insert-list-join-string)
(define-key minibuffer-local-map (kbd "M-*") 'icicle-narrow-candidates)
(define-key minibuffer-local-map (kbd "M-?") 'icicle-minibuffer-help)
(define-key minibuffer-local-map (kbd "C-M-RET") 'icicle-help-on-candidate)