Add customization type to `avy-keys'

This commit is contained in:
Sean Allred 2015-05-08 13:50:47 -05:00
parent 6acbeb6d26
commit 35e1309ddf

View File

@ -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."