From 35e1309ddf990ef33af569c0f3e62c4d8d45412e Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Fri, 8 May 2015 13:50:47 -0500 Subject: [PATCH] Add customization type to `avy-keys' --- avy-jump.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/avy-jump.el b/avy-jump.el index 539b21b..3bc543b 100644 --- a/avy-jump.el +++ b/avy-jump.el @@ -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."