summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/emacs/.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/user/emacs/.emacs.d/init.el b/user/emacs/.emacs.d/init.el
index 5f8137fb..5ca65760 100644
--- a/user/emacs/.emacs.d/init.el
+++ b/user/emacs/.emacs.d/init.el
@@ -439,7 +439,7 @@ _p_rev       _u_pper              _=_: upper/lower       _r_esolve
   :defer 2
   :commands (company-explicit-action-p)
   :config (progn
-            (setq company-idle-delay 0
+            (setq company-idle-delay 0.2
                   company-tooltip-align-annotations t
                   company-show-numbers t
                   company-dabbrev-downcase nil