Skip to content

Commit c555d10

Browse files
committed
tetris-null-map: bind "q" to quit-window
1 parent e13b8c0 commit c555d10

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/play/tetris.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ each one of its four blocks.")
277277
(defvar tetris-null-map
278278
(let ((map (make-sparse-keymap 'tetris-null-map)))
279279
(define-key map "n" 'tetris-start-game)
280+
(define-key map "q" 'quit-window)
280281
map))
281282

282283
;; ;;;;;;;;;;;;;;;; game functions ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

0 commit comments

Comments
 (0)