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

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

[elpa] master c32b91f 07/20: Add more customization types


From: Oleh Krehel
Subject: [elpa] master c32b91f 07/20: Add more customization types
Date: Sat, 09 May 2015 11:57:51 +0000

branch: master
commit c32b91fa32e02321e55aab8c638ae746720a7546
Author: Sean Allred <address@hidden>
Commit: Oleh Krehel <address@hidden>

    Add more customization types
    
    Fixes #18
---
 avy-jump.el |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/avy-jump.el b/avy-jump.el
index 3bc543b..67c829f 100644
--- a/avy-jump.el
+++ b/avy-jump.el
@@ -49,7 +49,8 @@
   "Regexp of punctuation characters that should be matched when calling
 `avy-goto-word-1' command. When nil, punctuation chars will not be matched.
 
-\"[!-/:address@hidden" will match all printable punctuation chars.")
+\"[!-/:address@hidden" will match all printable punctuation chars."
+  :type 'regexp)
 
 (defface avy-lead-face
   '((t (:foreground "white" :background "#e52b50")))



reply via email to

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