diff --git a/emacs/.emacs.d/config/init-ide.el b/emacs/.emacs.d/config/init-ide.el index a2a50b9..5d62a61 100644 --- a/emacs/.emacs.d/config/init-ide.el +++ b/emacs/.emacs.d/config/init-ide.el @@ -7,7 +7,9 @@ :hook (after-init . global-company-mode) :config (setq tab-always-indent 'complete) - (evil-collection-company-setup)) + (evil-collection-company-setup) + :custom + (company-idle-delay 0.1)) ;; Flycheck gives you error squigglies (use-package flycheck