mirror of
https://github.com/vale981/boon
synced 2025-03-05 09:31:43 -05:00
fix #50
This commit is contained in:
parent
b00b87fc83
commit
92bd774b7c
1 changed files with 1 additions and 1 deletions
|
@ -370,7 +370,7 @@ sequence."
|
|||
(while (and binding
|
||||
(or (eq binding 'mode-specific-command-prefix)
|
||||
;; if using universal prefix, the above will happen.
|
||||
(not (symbolp binding))))
|
||||
(not (commandp binding))))
|
||||
(let ((key (read-key (format "%s" prompt))))
|
||||
(if (eq key ?h) (describe-bindings key-vector) ;; h -> show help
|
||||
(push (boon-god-control-swap key) keys)
|
||||
|
|
Loading…
Add table
Reference in a new issue