mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 4b39185f910184a38146946c447b7516ef2000bb Author: Matthew L. Fidler <[email protected]> Date: Tue Jun 24 22:45:50 2014 +0800 Declare ergoemacs-use-M-x-p --- ergoemacs-advices.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ergoemacs-advices.el b/ergoemacs-advices.el index dcf8ea7..4897ea8 100644 --- a/ergoemacs-advices.el +++ b/ergoemacs-advices.el @@ -109,7 +109,7 @@ Also adds keymap-flag for user-defined keys run with `run-mode-hooks'." (ergoemacs-theme-component--ignore-globally-defined-key key t))))) (add-to-list 'ergoemacs-advices 'ergoemacs-local-unset-key-advice) - +(defvar ergoemacs-use-M-x-p) (eval-after-load "helm" '(progn (defadvice helm-M-x-transformer (around ergoemacs-helm-M-x-transformer activate)
