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

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

[elpa] 41/287: Take out hook to change bindings.


From: Matthew Fidler
Subject: [elpa] 41/287: Take out hook to change bindings.
Date: Wed, 02 Jul 2014 14:44:27 +0000

mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit abfdc5f81c1874d6eb12811b27aeb10318141c98
Author: Matthew L. Fidler <address@hidden>
Date:   Wed Jun 4 08:34:52 2014 -0500

    Take out hook to change bindings.
---
 ergoemacs-functions.el |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el
index bba1822..f12ab77 100644
--- a/ergoemacs-functions.el
+++ b/ergoemacs-functions.el
@@ -1808,12 +1808,6 @@ If arg is a negative prefix, copy file path only"
         (let ((inhibit-read-only t))
           (ergoemacs-pretty-key-rep))))))
 
-(defun ergoemacs-help-refactor-keys-hook ()
-  "Changes keys to ergoemacs key descriptions."
-  (when ergoemacs-mode
-    (ergoemacs-translate-keybindings)))
-
-(add-hook 'temp-buffer-show-hook 'ergoemacs-help-refactor-keys-hook)
 
 (defun ergoemacs-describe-major-mode ()
   "Show inline doc for current major-mode."



reply via email to

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