[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 49a45d1908 3/5: Increase default value of helm-candid
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 49a45d1908 3/5: Increase default value of helm-candidate-number-limit |
Date: |
Sat, 2 Mar 2024 16:00:04 -0500 (EST) |
branch: elpa/helm
commit 49a45d1908f8709a4a6469f936e818b10bc1a913
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>
Increase default value of helm-candidate-number-limit
---
helm-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index 87e4794905..2acfb65fb4 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -595,7 +595,7 @@ NOTE: When non-nil (default), disable
:group 'helm
:type 'boolean)
-(defcustom helm-candidate-number-limit 50
+(defcustom helm-candidate-number-limit 500
"Global limit for number of candidates displayed.
When the pattern is empty, the number of candidates shown will be
as set here instead of the entire list, which may be hundreds or