all repos — nixfiles @ d9529458683c7f18ab8141dcd592826631a046ad

System and user configuration, managed by nix and home-manager

Emacs: delay completion when not using TabNine
Alan Pearce alan@alanpearce.eu
Fri, 13 Dec 2019 21:04:22 +0100
commit

d9529458683c7f18ab8141dcd592826631a046ad

parent

bec3f8af9468612cf9c02ca375723a02a223a20d

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/emacs/.emacs.d/init.eluser/emacs/.emacs.d/init.el
@@ -439,7 +439,7 @@ (use-package company   :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