mlf176f2 pushed a commit to branch externals/ergoemacs-mode
in repository elpa.

commit 44c519230447d45e222de0444329f55c0821236a
Author: Matthew L. Fidler <[email protected]>
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)

Reply via email to