summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-20 12:13:21 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-20 12:13:21 +0200
commit47478f5622b906340f4553b5fc7ff2f8eb152405 (patch)
tree60f0b76b26c89d9057c3291b9acde55d70768b2a /helm-dabbrev.el
parent719e020c421161c46b110e08261b91f4f3656865 (diff)
Fix helm-dabbrev-candidates-number-limit default
* helm-dabbrev.el (helm-dabbrev-candidates-number-limit): Do it.
Diffstat (limited to 'helm-dabbrev.el')
-rw-r--r--helm-dabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index f7376acf..29e88150 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -42,7 +42,7 @@ Have no effect when `helm-dabbrev-always-search-all' is non--nil."
:group 'helm-dabbrev
:type 'integer)
-(defcustom helm-dabbrev-candidates-number-limit 1000
+(defcustom helm-dabbrev-candidates-number-limit 600
"Maximum number of candidates to collect before stopping.
Higher this number is slower the computation of candidates will be."
:group 'helm-dabbrev