From d9529458683c7f18ab8141dcd592826631a046ad Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 13 Dec 2019 21:04:22 +0100 Subject: Emacs: delay completion when not using TabNine --- user/emacs/.emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user') 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 -- cgit 1.4.1