mirror of
https://github.com/abo-abo/avy.git
synced 2025-10-13 21:33:05 +00:00
Add customization type to `avy-keys'
This commit is contained in:
parent
6acbeb6d26
commit
35e1309ddf
@ -38,7 +38,8 @@
|
|||||||
:prefix "avy-")
|
:prefix "avy-")
|
||||||
|
|
||||||
(defcustom avy-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
(defcustom avy-keys '(?a ?s ?d ?f ?g ?h ?j ?k ?l)
|
||||||
"Keys for jumping.")
|
"Keys for jumping."
|
||||||
|
:type '(repeat character))
|
||||||
|
|
||||||
(defcustom avy-background nil
|
(defcustom avy-background nil
|
||||||
"When non-nil, a gray background will be added during the selection."
|
"When non-nil, a gray background will be added during the selection."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user