branch: master
commit 35e1309ddf990ef33af569c0f3e62c4d8d45412e
Author: Sean Allred <[email protected]>
Commit: Sean Allred <[email protected]>
Add customization type to `avy-keys'
---
avy-jump.el | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
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."