diff --git a/avy.el b/avy.el index a3d2141..8ef6ef5 100644 --- a/avy.el +++ b/avy.el @@ -1063,6 +1063,8 @@ The window scope is determined by `avy-all-windows' (ARG negates it)." ((and avy-word-punc-regexp (string-match avy-word-punc-regexp str)) (regexp-quote str)) + ((<= char 26) + str) (t (concat (if symbol "\\_<" "\\b")