[StumpWM] Fix keybinds

This commit is contained in:
Lucien Cartier-Tilet 2021-07-30 19:17:17 +02:00
parent ef6a0f4b89
commit 76ffd76c2a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ This translates to:
#+begin_src lisp
(defvar *my-applications-keymap*
(let ((m (make-sparse-keymap)))
<<keybinds-gen(map="m", keybinds=screenshot-keymap)>>
<<keybinds-gen(map="m", keybinds=application-keymap)>>
m))
#+end_src