branch: elpa/isl
commit 1153817c99142e9258726ca5137901031c9e3289
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Change default value of isl-search-function
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index a14d26f0b85..f2f51c96804 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -58,7 +58,7 @@
   :prefix "isl"
   :group 'matching)
 
-(defcustom isl-search-function #'re-search-forward
+(defcustom isl-search-function #'isl-multi-search-fwd
   "The search function that will be used by default when starting `isl'.
 Possible values are `re-search-forward' and `search-forward', the
 first use regexp matching while the second is using literal matching.

Reply via email to