mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit abfdc5f81c1874d6eb12811b27aeb10318141c98 Author: Matthew L. Fidler <[email protected]> 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."
