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

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

[elpa] externals/vertico 866475c 05/48: increase threshold


From: Stefan Monnier
Subject: [elpa] externals/vertico 866475c 05/48: increase threshold
Date: Mon, 5 Apr 2021 10:54:39 -0400 (EDT)

branch: externals/vertico
commit 866475c55f3a0b93ef8a3d4ae9a75ae057dae58c
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    increase threshold
---
 minicomp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/minicomp.el b/minicomp.el
index e9204f3..91d223b 100644
--- a/minicomp.el
+++ b/minicomp.el
@@ -37,7 +37,7 @@
   :group 'convenience
   :prefix "minicomp-")
 
-(defcustom minicomp-sort-threshold 10000
+(defcustom minicomp-sort-threshold 20000
   "Candidates will only be sorted if there are fewer than this threshold."
   :type 'integer)
 



reply via email to

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