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

    Reduce isl-requires-pattern default value
---
 isearch-light.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/isearch-light.el b/isearch-light.el
index a4811575e1a..84766f286c3 100644
--- a/isearch-light.el
+++ b/isearch-light.el
@@ -101,7 +101,7 @@ in pattern."
   "Save initial position to mark-ring on exit when non nil."
   :type 'boolean)
 
-(defcustom isl-requires-pattern 2
+(defcustom isl-requires-pattern 1
   "Start updating after this number of chars."
   :type 'integer)
 

Reply via email to