Set company-minimum-prefix to 2
This commit is contained in:
parent
c8573cde04
commit
9db1ce210e
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ On-the-fly syntax checking.
|
||||||
:ensure t
|
:ensure t
|
||||||
:config
|
:config
|
||||||
(setq company-idle-delay 0)
|
(setq company-idle-delay 0)
|
||||||
(setq company-minimum-prefix-length 3))
|
(setq company-minimum-prefix-length 2))
|
||||||
(add-hook 'prog-mode-hook 'company-mode)
|
(add-hook 'prog-mode-hook 'company-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue