]> code.delx.au - gnu-emacs-elpa/commitdiff
Add customization type to `avy-keys'
authorSean Allred <code@seanallred.com>
Fri, 8 May 2015 18:50:47 +0000 (13:50 -0500)
committerSean Allred <code@seanallred.com>
Fri, 8 May 2015 18:50:47 +0000 (13:50 -0500)
avy-jump.el

index 539b21b48e2ff155675ee43eebc35c72aad891ed..3bc543b7c49c4d0252ef5fd42d36bf8981b32d03 100644 (file)
@@ -38,7 +38,8 @@
   :prefix "avy-")
 
 (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
   "When non-nil, a gray background will be added during the selection."