branch: externals/typo
commit e38daaf6cd77fbdbe8084b2d575b9c2cc62cbadb
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Summary: Lower 'typo-level' to 8
---
 typo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo.el b/typo.el
index ee229a0795..5066c66154 100644
--- a/typo.el
+++ b/typo.el
@@ -4,7 +4,7 @@
 
 ;; Author: Philip Kaludercic <[email protected]>
 ;; URL: https://wwwcip.cs.fau.de/~oj14ozun/src+etc/typo.el
-;; Version: $Id: typo.el,v 1.1 2023/01/13 18:53:29 oj14ozun Exp oj14ozun $
+;; Version: $Id: typo.el,v 1.2 2023/01/15 12:42:07 oj14ozun Exp oj14ozun $
 ;; Package-Version: 1
 ;; Keywords: convenience
 
@@ -42,7 +42,7 @@
   "Completion style using typo analysis."
   :group 'minibuffer)
 
-(defcustom typo-level 16
+(defcustom typo-level 8
   "Number of edits from the current word to a completion."
   :type 'natnum)
 

Reply via email to