]> git.eshelyaron.com Git - emacs.git/commit
bind-keys-form: new keyword :repeat-map, for defining repeat maps
authorHugo Heagren <hugo@heagren.com>
Sun, 16 Jan 2022 00:21:36 +0000 (00:21 +0000)
committerHugo Heagren <hugo@heagren.com>
Fri, 28 Jan 2022 22:37:06 +0000 (22:37 +0000)
commit2203246454fddd41e0a62e78b17befce561998b9
tree121d81bf5fd86f0a456d2427e329fca0a4391d9b
parentffa5f0397af87c7258f58082408281bf3a5a2deb
bind-keys-form: new keyword :repeat-map, for defining repeat maps

use-package-normalize/:bind: allow keyword :repeat-map.

bind-keys-form: Add keyword :repeat-map. Specifying a symbol as the
repeat-map defines a keymap with that name (and with the docstring
`repeat-doc', if specified). Symbols for functions bound to keys under
the scope of :repeat-map have their 'repeat-map property set to this
map. Update docstring (and that of `bind-keys') to reflect changes.

Rename `doc' to `prefix-doc' for clarity and consistency with
'repeat-doc'.
lisp/use-package/bind-key.el
lisp/use-package/use-package-bind-key.el