summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
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."