summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-17 08:50:06 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2020-06-17 08:50:06 +0200
commitc21fea514afbef21f6f4659e9151f3a5784765f8 (patch)
tree2fb04736f27e45065d17eaac3da467fcc1bac7fb
parentf2c3951c9631748346d02195c96687d4acb652ac (diff)
Change helm-grep-input-idle-delay default value
-rw-r--r--helm-grep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-grep.el b/helm-grep.el
index 2323e4e3..dc982cb6 100644
--- a/helm-grep.el
+++ b/helm-grep.el
@@ -239,7 +239,7 @@ doing."
:group 'helm-grep
:type '(repeat string))
-(defcustom helm-grep-input-idle-delay 0.6
+(defcustom helm-grep-input-idle-delay 0.1
"Same as `helm-input-idle-delay' but for grep commands.
It have a higher value than `helm-input-idle-delay' to avoid
flickering when updating."