mlf176f2 pushed a commit to branch externals/ergoemacs-mode in repository elpa.
commit 71a84a1ff47bfbc6ecb5c20a08d521dac2ce7dac Author: Matthew L. Fidler <[email protected]> Date: Tue May 27 11:16:56 2014 -0500 Load ergoemacs-test for clean ergoemacs-mode load. --- ergoemacs-functions.el | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ergoemacs-functions.el b/ergoemacs-functions.el index e535ff9..c477790 100644 --- a/ergoemacs-functions.el +++ b/ergoemacs-functions.el @@ -187,11 +187,11 @@ ((save-excursion (set-buffer (get-buffer-create "*ergoemacs-clean*")) (and (boundp 'ergoemacs-terminal) (not ergoemacs-terminal))) - (setq cmd (format "%s --debug-init -Q -L \"%s\" --load=\"ergoemacs-mode\" --eval \"(ergoemacs-mode 1)\"" emacs-exe + (setq cmd (format "%s --debug-init -Q -L \"%s\" --load=\"ergoemacs-mode\" --load=\"ergoemacs-test\" --eval \"(ergoemacs-mode 1)\"" emacs-exe (expand-file-name (file-name-directory (locate-library "ergoemacs-mode")))))) ((and (eq system-type 'windows-nt) (executable-find "cmd")) ; Needs some work.... - (setq cmd (format "%s -nw --debug-init -Q -L \"%s\" --load=\"ergoemacs-mode\" --eval \"(ergoemacs-mode 1)\"" + (setq cmd (format "%s -nw --debug-init -Q -L \"%s\" --load=\"ergoemacs-mode\" --load=\"ergoemacs-test\" --eval \"(ergoemacs-mode 1)\"" emacs-exe (expand-file-name (file-name-directory (locate-library "ergoemacs-mode"))))) (set (make-local-variable 'ergoemacs-batch-file) @@ -200,7 +200,7 @@ (insert cmd)) (setq default-directory (file-name-directory ergoemacs-batch-file))) ((executable-find "xterm") - (setq cmd (format "%s -e %s -nw --debug-init -Q -L \"%s\" --load=\"ergoemacs-mode\" --eval \"(ergoemacs-mode 1)\"" + (setq cmd (format "%s -e %s -nw --debug-init -Q -L \"%s\" --load=\"ergoemacs-mode\" --load=\"ergoemacs-test\" --eval \"(ergoemacs-mode 1)\"" (executable-find "xterm") emacs-exe (expand-file-name (file-name-directory (locate-library "ergoemacs-mode"))))))) (insert "Command\n" cmd "\n\n")
