summaryrefslogtreecommitdiffstats
path: root/.emacs.d/lisp
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r--.emacs.d/lisp/bandali-exwm.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/lisp/bandali-exwm.el b/.emacs.d/lisp/bandali-exwm.el
index dca5d70..463ebbf 100644
--- a/.emacs.d/lisp/bandali-exwm.el
+++ b/.emacs.d/lisp/bandali-exwm.el
@@ -228,8 +228,8 @@ around if needed."
(start-process "" nil "light" "-A" "5")))
([XF86ScreenSaver] .
(lambda ()
- (interactive)
- (start-process "" nil "dm-tool" "lock")))
+ (interactive)
+ (start-process "" nil "dm-tool" "lock")))
([\s-XF86Back] . previous-buffer)
([\s-XF86Forward] . next-buffer)))