emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 236293a 15/24: avy.el (avy-isearch): Allow different style


From: Oleh Krehel
Subject: [elpa] master 236293a 15/24: avy.el (avy-isearch): Allow different styles
Date: Thu, 25 Jun 2015 10:17:52 +0000

branch: master
commit 236293a401e0cc89674435b4da5638dc2c5d0843
Author: Tim Perkins <address@hidden>
Commit: Tim Perkins <address@hidden>

    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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]