aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-11-26 01:46:31 +0100
committerGravatar Tom Willemse2013-11-26 01:46:31 +0100
commite5c8feda9b4729ac6d636c08357308c0a0dc5ce0 (patch)
treeab1638335236de392a788ffc8dad2cdbeabe299a
parent6eeb770d0022affaf1c8caa192cf32df80ced610 (diff)
downloadstumpwm-e5c8feda9b4729ac6d636c08357308c0a0dc5ce0.tar.gz
stumpwm-e5c8feda9b4729ac6d636c08357308c0a0dc5ce0.zip
Fix typo
-rw-r--r--.stumpwmrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.stumpwmrc b/.stumpwmrc
index 18227e5..057249c 100644
--- a/.stumpwmrc
+++ b/.stumpwmrc
@@ -240,7 +240,7 @@ Run `*lock-screen-hook*' before locking it and run
(define-key *root-map* (kbd "p") "move-focus up")
(define-key *root-map* (kbd "SPC") "next-in-frame")
(define-key *root-map* (kbd "C-z") "other-in-frame")
-(define-key *root-map* (kbd "d") '*desktop-bindings*)
+(define-key *root-map* (kbd "d") *desktop-bindings*)
(undefine-key *root-map* (kbd "C-a"))
(undefine-key *root-map* (kbd "C-c"))