mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-08 05:09:37 +00:00
Allow customising windmove user options with an empty prefix
* lisp/windmove.el (windmove--default-keybindings-type): Handle nil as a prefix value. (Bug#60161)
This commit is contained in:
parent
c2375e7791
commit
d1e0542f33
1 changed files with 2 additions and 1 deletions
|
@ -776,7 +776,8 @@ Default value of MODIFIERS is `shift-super'."
|
|||
(defconst windmove--default-keybindings-type
|
||||
`(choice (const :tag "Don't bind" nil)
|
||||
(cons :tag "Bind using"
|
||||
(key-sequence :tag "Prefix")
|
||||
(choice (key-sequence :tag "Prefix")
|
||||
(const :tag "No Prefix" nil))
|
||||
(set :tag "Modifier"
|
||||
:greedy t
|
||||
;; See `(elisp) Keyboard Events'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue