[StumpWM] Fix keybinds

This commit is contained in:
2021-07-30 19:17:17 +02:00
parent ef6a0f4b89
commit 76ffd76c2a

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