about summary refs log tree commit diff
path: root/exwm-config.el
diff options
context:
space:
mode:
Diffstat (limited to 'exwm-config.el')
-rw-r--r--exwm-config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/exwm-config.el b/exwm-config.el
index 6635e4345d..4454ea5a68 100644
--- a/exwm-config.el
+++ b/exwm-config.el
@@ -47,8 +47,8 @@
             ([?\s-w] . exwm-workspace-switch)
             ;; 's-&': Launch application.
             ([?\s-&] . (lambda (command)
-		         (interactive (list (read-shell-command "$ ")))
-		         (start-process-shell-command command nil command)))
+                         (interactive (list (read-shell-command "$ ")))
+                         (start-process-shell-command command nil command)))
             ;; 's-N': Switch to certain workspace.
             ,@(mapcar (lambda (i)
                         `(,(kbd (format "s-%d" i)) .