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

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

[elpa] externals/typo c0283a403d 08/18: Summary: Set 'typo-level' to 'sq


From: ELPA Syncer
Subject: [elpa] externals/typo c0283a403d 08/18: Summary: Set 'typo-level' to 'sqrt' by default
Date: Sun, 26 Mar 2023 08:01:31 -0400 (EDT)

branch: externals/typo
commit c0283a403d36ece127dd9eaf676dbc4e5a17fb7a
Author: Philip Kaludercic <philip.kaludercic@fau.de>
Commit: Philip Kaludercic <philip.kaludercic@fau.de>

    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 <philip.kaludercic@fau.de>
 ;; 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

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