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

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

[nongnu] elpa/helm 13f4b5f8b2 2/2: Change helm-candidate-number-limit de


From: ELPA Syncer
Subject: [nongnu] elpa/helm 13f4b5f8b2 2/2: Change helm-candidate-number-limit default value
Date: Wed, 8 Mar 2023 05:00:26 -0500 (EST)

branch: elpa/helm
commit 13f4b5f8b2b5251e9cc201e56f83ee8f182e919c
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Change helm-candidate-number-limit default value
---
 helm-core.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-core.el b/helm-core.el
index 1abc8cb3b5..9ec8c93bad 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -569,7 +569,7 @@ NOTE: When non-nil (default), disable
   :group 'helm
   :type 'boolean)
 
-(defcustom helm-candidate-number-limit 100
+(defcustom helm-candidate-number-limit 50
   "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



reply via email to

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