[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 98/117: Don't remove things from the shortcut hash
From: |
Matthew Fidler |
Subject: |
[elpa] 98/117: Don't remove things from the shortcut hash |
Date: |
Fri, 25 Jul 2014 13:24:34 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 18a380e728c996d31ee71f8ef1c4379586b87189
Author: Matthew L. Fidler <address@hidden>
Date: Wed Jul 23 12:36:36 2014 -0500
Don't remove things from the shortcut hash
---
ergoemacs-theme-engine.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ergoemacs-theme-engine.el b/ergoemacs-theme-engine.el
index a08e903..4c146cf 100644
--- a/ergoemacs-theme-engine.el
+++ b/ergoemacs-theme-engine.el
@@ -2213,7 +2213,7 @@ DONT-COLLAPSE doesn't collapse empty keymaps"
(when (commandp lk t)
(set map (ergoemacs-rm-key (symbol-value map) test-key)))))
;; Remove from shortcuts, if present
- (remhash key ergoemacs-command-shortcuts-hash)
+ ;; (remhash key ergoemacs-command-shortcuts-hash)
;; Reset `ergoemacs-shortcut-prefix-keys'
(setq ergoemacs-shortcut-prefix-keys '())
(maphash
- [elpa] 93/117: Fix dired-mode-map changes by requiring dired, (continued)
- [elpa] 93/117: Fix dired-mode-map changes by requiring dired, Matthew Fidler, 2014/07/25
- [elpa] 96/117: Add back dired-jump, Matthew Fidler, 2014/07/25
- [elpa] 87/117: Handle the (keymap (keymap ...)) composed keymap, Matthew Fidler, 2014/07/25
- [elpa] 97/117: Move wdired-exit to ergoemacs-keyboard-quit, Matthew Fidler, 2014/07/25
- [elpa] 94/117: Apply deferred keys., Matthew Fidler, 2014/07/25
- [elpa] 99/117: Don't save so much. Just save once., Matthew Fidler, 2014/07/25
- [elpa] 100/117: Do not reset ergoemacs-command-shortcuts-hash, Matthew Fidler, 2014/07/25
- [elpa] 101/117: Add DEL as known key binding, Matthew Fidler, 2014/07/25
- [elpa] 102/117: Tell user that the global keys are overriding ergoemacs-keys, Matthew Fidler, 2014/07/25
- [elpa] 103/117: Only complain when initially changing the key, Matthew Fidler, 2014/07/25
- [elpa] 98/117: Don't remove things from the shortcut hash,
Matthew Fidler <=
- [elpa] 106/117: Add apropos, Matthew Fidler, 2014/07/25
- [elpa] 105/117: Add C-d test, Matthew Fidler, 2014/07/25
- [elpa] 108/117: Move ergoemacs-translation-assoc declaration, Matthew Fidler, 2014/07/25
- [elpa] 104/117: Respect global keys only if true global map, Matthew Fidler, 2014/07/25
- [elpa] 107/117: Make sure the read-input-keymap has M-O and M-[. Possibly fix Issue #280, Matthew Fidler, 2014/07/25
- [elpa] 109/117: Fix extracting of prefixes, Matthew Fidler, 2014/07/25
- [elpa] 110/117: Add partial support of customize-set-variable, Matthew Fidler, 2014/07/25
- [elpa] 112/117: Add deferred keys for emulation-maps, Matthew Fidler, 2014/07/25
- [elpa] 111/117: Make sure ergoemacs-menus is loaded for any easymenu changes, Matthew Fidler, 2014/07/25
- [elpa] 114/117: Remap save-buffer to commit in log-edit-mode, Matthew Fidler, 2014/07/25