summaryrefslogtreecommitdiff
path: root/catbird.scm
diff options
context:
space:
mode:
Diffstat (limited to 'catbird.scm')
-rw-r--r--catbird.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/catbird.scm b/catbird.scm
index 9279cdb..417cadb 100644
--- a/catbird.scm
+++ b/catbird.scm
@@ -53,7 +53,7 @@
(define (open-minibuffer)
(push-major-mode (overlay-scene) (make <minibuffer-mode>)))
-;;(bind-input/global (key-press 'x '(alt)) open-minibuffer)
+(bind-input/global (key-press 'x '(alt)) open-minibuffer)
(define* (run-catbird thunk #:key (width 1366) (height 768)
(title "^~Catbird~^") (fullscreen? #f)