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

    Summary: Set 'typo-level' to 'sqrt' by default
---
 typo.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/typo.el b/typo.el
index 9a172fc8f9..af1a835617 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.6 2023/01/18 19:34:42 oj14ozun Exp oj14ozun $
+;; Version: $Id: typo.el,v 1.7 2023/02/27 17:45:54 oj14ozun Exp oj14ozun $
 ;; Package-Requires: ((emacs "27.1"))
 ;; Package-Version: 1
 ;; Keywords: convenience
@@ -43,7 +43,7 @@
   "Completion style using typo analysis."
   :group 'minibuffer)
 
-(defcustom typo-level 8
+(defcustom typo-level #'sqrt
   "Number of edits from the current word to a completion.
 Optionally this option may also be a function, that takes a
 number (indicating the length of the input) and returns a number

Reply via email to