From 564fada0b2a23d4d9e1e38005c58f747ea748232 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 31 Dec 2013 02:49:18 +0100 Subject: Rename variables --- .emacs.d/init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 26ba918..bb57d6c 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -113,7 +113,7 @@ MODE1 is enabled and vice-versa." (defmacro oni:stumpwm (&rest body) "Execute BODY in stumpwm." (declare (indent 0)) - `(call-process init-stumpish-program nil nil nil + `(call-process oni:init-stumpish-program nil nil nil ,(format "eval '%S'" `(progn ,@body)))) (defmacro oni:turn-off (&rest modes) @@ -123,7 +123,7 @@ MODE1 is enabled and vice-versa." ;;;; Variables -(defvar init-stumpish-program +(defvar oni:init-stumpish-program (expand-file-name "~/.local/share/quicklisp/local-projects/stumpwm/contrib/stumpish") "The location of the stumpish executable.") @@ -777,7 +777,7 @@ If no direction is given, don't split." (defun stumpwm-command (cmd) "Execute CMD in stumpwm." - (call-process init-stumpish-program nil nil nil cmd)) + (call-process oni:init-stumpish-program nil nil nil cmd)) (defun init-switch-to-other-buffer () "Switch to the most recently viewed buffer." -- cgit v1.2.3-54-g00ecf