aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/services/stumpwm/config
diff options
context:
space:
mode:
Diffstat (limited to 'oni/home/services/stumpwm/config')
-rw-r--r--oni/home/services/stumpwm/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/oni/home/services/stumpwm/config b/oni/home/services/stumpwm/config
index 2bfa08c..fed4dd2 100644
--- a/oni/home/services/stumpwm/config
+++ b/oni/home/services/stumpwm/config
@@ -152,7 +152,8 @@ after it has been unlocked."
(defvar *user-bindings*
(let ((m (make-sparse-keymap)))
- (define-key m (kbd "s") '*screenshot-bindings*)))
+ (define-key m (kbd "s") '*screenshot-bindings*)
+ m))
(define-key *top-map* (kbd "s-c") '*user-bindings*)