diff --git a/emacs/.emacs.d/config/init-ide.el b/emacs/.emacs.d/config/init-ide.el index 5d62a61..03b9328 100644 --- a/emacs/.emacs.d/config/init-ide.el +++ b/emacs/.emacs.d/config/init-ide.el @@ -9,7 +9,9 @@ (setq tab-always-indent 'complete) (evil-collection-company-setup) :custom - (company-idle-delay 0.1)) + (company-idle-delay 0.3) + :general + ([remap indent-for-tab-command] #'company-indent-or-complete-common)) ;; Flycheck gives you error squigglies (use-package flycheck