diff --git a/avy.el b/avy.el index 9b7e00b..151916f 100644 --- a/avy.el +++ b/avy.el @@ -747,7 +747,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)." (avy--regex-candidates isearch-string)) (avy-background nil) (candidate - (avy--process candidates #'avy--overlay-post))) + (avy--process candidates (avy--style-fn avy-style)))) (isearch-done) (avy--goto candidate))))