avy.el (avy-isearch): Allow different styles

Fixes #61
This commit is contained in:
Tim Perkins 2015-06-06 16:41:57 -04:00
parent 035d663ab4
commit 236293a401

2
avy.el
View File

@ -747,7 +747,7 @@ The window scope is determined by `avy-all-windows' (ARG negates it)."
(avy--regex-candidates isearch-string)) (avy--regex-candidates isearch-string))
(avy-background nil) (avy-background nil)
(candidate (candidate
(avy--process candidates #'avy--overlay-post))) (avy--process candidates (avy--style-fn avy-style))))
(isearch-done) (isearch-done)
(avy--goto candidate)))) (avy--goto candidate))))