summaryrefslogtreecommitdiff
path: root/helm-dabbrev.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-27 10:34:59 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2017-08-27 10:34:59 +0200
commite29fba7c7797ec47c65d35ba759207c103cef662 (patch)
treea7a4d8b4d932e2f69b23cb601b6e0170260885c9 /helm-dabbrev.el
parentfe1acfcf69e612f411a094d2536affbc8252a5ed (diff)
Default in helm-dabbrev is now cycling 5 times
before showing helm completion * helm-dabbrev.el (helm-dabbrev-cycle-threshold): Default is now 5.
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 5e42fccf..c296818d 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -85,7 +85,7 @@ bound to a function that doesn't handle this var."
:group 'helm-dabbrev
:type 'integer)
-(defcustom helm-dabbrev-cycle-threshold nil
+(defcustom helm-dabbrev-cycle-threshold 5
"Number of time helm-dabbrev cycle before displaying helm completion.
When nil or 0 disable cycling."
:group 'helm-dabbrev