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. -\"[!-/:-@[-`{-~]\" will match all printable punctuation chars.") +\"[!-/:-@[-`{-~]\" will match all printable punctuation chars." + :type 'regexp) (defface avy-lead-face '((t (:foreground "white" :background "#e52b50")))