From a5d05d17534e315524cdb5221428d9b01cbc95e6 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Tue, 20 Nov 2012 02:12:42 +0100 Subject: .sawfish/rc --- .sawfish/rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.sawfish/rc b/.sawfish/rc index 8a6e9c5..700c1de 100644 --- a/.sawfish/rc +++ b/.sawfish/rc @@ -58,7 +58,7 @@ raise it." (first (car windows)) (w (if (equal first (input-focus)) (last windows) first))) (if w (display-window w) - (run-shell-command command)))) + (call-command `(run-shell-command ,command))))) (setq default-frame-style 'naquadah) (setq prompt-color (cons (get-color "#eeeeec") -- cgit v1.2.3-54-g00ecf