From e9a755e2169831d3915d5db076b8e765baa748e9 Mon Sep 17 00:00:00 2001 From: Dmitry Gutov Date: Wed, 9 Apr 2014 03:15:14 +0400 Subject: [PATCH] Lower company-idle-delay --- NEWS.md | 1 + company.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index dafd503..591c9e7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,7 @@ ## Next +* Default value of `company-idle-delay` lowered to `0.5`. * New user option `company-tooltip-minimum-width`, by default 0. * New function `company-grab-symbol-cons`. * `company-clang` fetches completion candidates asynchronously. diff --git a/company.el b/company.el index 6e025c5..6c23ddd 100644 --- a/company.el +++ b/company.el @@ -518,7 +518,7 @@ A character that is part of a valid candidate never triggers auto-completion." (const :tag "Generic comment fence." ?!)) (function :tag "Predicate function"))) -(defcustom company-idle-delay .7 +(defcustom company-idle-delay .5 "The idle delay in seconds until completion starts automatically. A value of nil means no idle completion, t means show candidates immediately when a prefix of `company-minimum-prefix-length' is reached." -- 2.39.2