[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] 08/287: Move ergoemacs-advices
From: |
Matthew Fidler |
Subject: |
[elpa] 08/287: Move ergoemacs-advices |
Date: |
Wed, 02 Jul 2014 14:44:09 +0000 |
mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.
commit 44c519230447d45e222de0444329f55c0821236a
Author: Matthew L. Fidler <address@hidden>
Date: Fri May 23 18:13:42 2014 +0800
Move ergoemacs-advices
---
ergoemacs-advices.el | 3 +++
ergoemacs-mode.el | 3 ---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el
index ba42bd1..e5a186c 100644
--- a/ergoemacs-advices.el
+++ b/ergoemacs-advices.el
@@ -27,6 +27,9 @@
;;
;;; Code:
+(defvar ergoemacs-advices '()
+ "List of advices to enable and disable when ergoemacs is running.")
+
(defvar ergoemacs-dir
(file-name-directory
(or
diff --git a/ergoemacs-mode.el b/ergoemacs-mode.el
index 31ec5d2..bb2735c 100644
--- a/ergoemacs-mode.el
+++ b/ergoemacs-mode.el
@@ -369,9 +369,6 @@ remove the keymap depends on user input and KEEP-PRED:
;; ErgoEmacs hooks
-(defvar ergoemacs-advices '()
- "List of advices to enable and disable when ergoemacs is running.")
-
(defun ergoemacs-setup-keys (&optional no-check)
"Setups keys based on a particular layout. Based on
`ergoemacs-keyboard-layout'."
(interactive)
- [elpa] branch externals/ergoemacs-mode updated (a36c916 -> 88c1d95), Matthew Fidler, 2014/07/02
- [elpa] 02/287: Merge branch 'externals/ergoemacs-mode' of git://git.sv.gnu.org/emacs/elpa, Matthew Fidler, 2014/07/02
- [elpa] 05/287: Fix diffs of patch., Matthew Fidler, 2014/07/02
- [elpa] 03/287: Fix some of Stephan's patches., Matthew Fidler, 2014/07/02
- [elpa] 07/287: Gitignore change., Matthew Fidler, 2014/07/02
- [elpa] 08/287: Move ergoemacs-advices,
Matthew Fidler <=
- [elpa] 11/287: No longer wrap in unwind-protect, Matthew Fidler, 2014/07/02
- [elpa] 09/287: Took out unknown signatory advice :(. Cleaned up advices., Matthew Fidler, 2014/07/02
- [elpa] 10/287: Took out usless argument to ergoemacs-global-set-key-after, Matthew Fidler, 2014/07/02
- [elpa] 13/287: Activate advices in definitions., Matthew Fidler, 2014/07/02
- [elpa] 14/287: Fix `ergoemacs-populate-pre-command-hook', Matthew Fidler, 2014/07/02
- [elpa] 12/287: no-ergoemacs-advice -> ergoemacs-ignore-advice, Matthew Fidler, 2014/07/02
- [elpa] 15/287: Use strinp consp and vectorp, Matthew Fidler, 2014/07/02
- [elpa] 18/287: Load ergoemacs-test for clean ergoemacs-mode load., Matthew Fidler, 2014/07/02
- [elpa] 06/287: Don't use symbol-value, Matthew Fidler, 2014/07/02
- [elpa] 16/287: ergoemacs--key-message, Matthew Fidler, 2014/07/02