branch: externals/vertico
commit 866475c55f3a0b93ef8a3d4ae9a75ae057dae58c
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@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