Set company-idle-delay to 0.1
This commit is contained in:
parent
e7cce5b39b
commit
ebf0f7a1b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user