[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 178/287: Add ergoemacs-read-key-default to ergoemacs-smart-functi
From: |
Matthew Fidler |
Subject: |
[elpa] 178/287: Add ergoemacs-read-key-default to ergoemacs-smart-functions |
Date: |
Wed, 02 Jul 2014 14:45:46 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit f7d4687afffa4a1ace3f908d19191daa893e1e79
Author: Matthew L. Fidler <address@hidden>
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?"
- [elpa] 166/287: Misc cleanups, (continued)
- [elpa] 166/287: Misc cleanups, Matthew Fidler, 2014/07/02
- [elpa] 167/287: Remove minibuffer hook, Matthew Fidler, 2014/07/02
- [elpa] 168/287: Declare cl-gensym, Matthew Fidler, 2014/07/02
- [elpa] 170/287: Fix declare-function for cl-gensym, Matthew Fidler, 2014/07/02
- [elpa] 169/287: Declare ergoemacs-read-key-default, Matthew Fidler, 2014/07/02
- [elpa] 171/287: Change define-function to autoload, Matthew Fidler, 2014/07/02
- [elpa] 172/287: Make this a emacs 24.4 autoload only, Matthew Fidler, 2014/07/02
- [elpa] 173/287: Non-conditional autoload at the beginning of the file., Matthew Fidler, 2014/07/02
- [elpa] 176/287: Fix Issue #231, Matthew Fidler, 2014/07/02
- [elpa] 175/287: Change the `describe-mode` to `ergoemacs-describe-major-mode`. That way R will display the correct key to view information (C-h m), Matthew Fidler, 2014/07/02
- [elpa] 178/287: Add ergoemacs-read-key-default to ergoemacs-smart-functions,
Matthew Fidler <=
- [elpa] 174/287: Remove adjoin issues in 24.1 and 24.2, Matthew Fidler, 2014/07/02
- [elpa] 179/287: Fix ergoemacs-repeat-movement-commands, Matthew Fidler, 2014/07/02
- [elpa] 181/287: Added `ergoemacs-hook-functions`, Matthew Fidler, 2014/07/02
- [elpa] 177/287: Remove cua-mode treatment in startup, Matthew Fidler, 2014/07/02
- [elpa] 180/287: Remap universal-argument to ergoemacs-universal-argument, Matthew Fidler, 2014/07/02
- [elpa] 182/287: Add package-requires for emacs 24.1, Matthew Fidler, 2014/07/02
- [elpa] 183/287: Split out ert, Matthew Fidler, 2014/07/02
- [elpa] 185/287: Bug fix for ergoemacs-substitute-command., Matthew Fidler, 2014/07/02
- [elpa] 184/287: Now use ergoemacs-pretty-key to describe fn keys, Matthew Fidler, 2014/07/02
- [elpa] 186/287: Fix ergoemacs-read-key-lookup-get-ret---universal, Matthew Fidler, 2014/07/02