summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-12-31 02:49:18 +0100
committerGravatar Tom Willemse2013-12-31 02:49:18 +0100
commit564fada0b2a23d4d9e1e38005c58f747ea748232 (patch)
tree6681f63d4759d69ce0c34df27f537b144cb3c253 /.emacs.d/init.el
parent4f7f088487b4130eaa37f908618bf876d6133657 (diff)
downloademacs-564fada0b2a23d4d9e1e38005c58f747ea748232.tar.gz
emacs-564fada0b2a23d4d9e1e38005c58f747ea748232.zip
Rename variables
Diffstat (limited to '.emacs.d/init.el')
-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."