branch: master
commit 236293a401e0cc89674435b4da5638dc2c5d0843
Author: Tim Perkins <[email protected]>
Commit: Tim Perkins <[email protected]>
avy.el (avy-isearch): Allow different styles
Fixes #61
---
avy.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
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))))