all repos — nixfiles @ d9529458683c7f18ab8141dcd592826631a046ad

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

Emacs: delay completion when not using TabNine

Alan Pearce
commit

d9529458683c7f18ab8141dcd592826631a046ad

parent

bec3f8af9468612cf9c02ca375723a02a223a20d

1 file changed, 1 insertion(+), 1 deletion(-)

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