emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 35e1309 06/20: Add customization type to `avy-keys'


From: Oleh Krehel
Subject: [elpa] master 35e1309 06/20: Add customization type to `avy-keys'
Date: Sat, 09 May 2015 11:57:50 +0000

branch: master
commit 35e1309ddf990ef33af569c0f3e62c4d8d45412e
Author: Sean Allred <address@hidden>
Commit: Sean Allred <address@hidden>

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]