mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 26e8348aa06cff5cf7b769159b8b05c7d20026e1 Author: Matthew L. Fidler <[email protected]> Date: Fri Jun 20 14:44:35 2014 -0500 Fix ergoemacs-repeat-movement-commands --- ergoemacs-mode.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el index 07879a9..9723787 100644 --- a/ergoemacs-mode.el +++ b/ergoemacs-mode.el @@ -230,8 +230,8 @@ Valid values are: :group 'ergoemacs-mode :type '(choice (const :tag "Do not allow fast repeat commands." nil) - (const :tag "Allow fast repeat command of the current movement command" 'single) - (const :tag "Allow fast repeat of all movement commands" 'all))) + (const :tag "Allow fast repeat command of the current movement command" single) + (const :tag "Allow fast repeat of all movement commands" all))) (defun ergoemacs-repeat-movement-full-keymap () "Allow movement commands to be repeated without pressing the ALT key"
