mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit f7d4687afffa4a1ace3f908d19191daa893e1e79 Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 20 14:43:07 2014 -0500 Add ergoemacs-read-key-default to ergoemacs-smart-functions --- ergoemacs-mode.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index e338930..07879a9 100644 --- a/ergoemacs-mode.el +++ b/ergoemacs-mode.el @@ -668,7 +668,8 @@ These hooks are deferred to make sure `this-command' is set appropriately.") ergoemacs-shortcut-movement-no-shift-select ergoemacs-shortcut-movement ergoemacs-read-key - ergoemacs-modal-default)) + ergoemacs-modal-default + ergoemacs-read-key-default)) (defun ergoemacs-smart-function-p (var) "Is VAR an `ergoemacs-mode' smart function?"
