From d1a011ac2df6e05ffe0be27ace946c22f392fd85 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 9 Apr 2019 22:20:58 +0900 Subject: [PATCH] Changle idle timer --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index 3a1684b..36ea2a2 100644 --- a/emacs.el +++ b/emacs.el @@ -1075,7 +1075,7 @@ found, otherwise returns nil." (popup-tip (format "(%d)" l)))))) (set-variable 'my-company-length-popup-tip-timer - (run-with-idle-timer 0.5 t + (run-with-idle-timer 0.2 t 'my-company-length-popup-tip)) ;; (current-active-maps)