Set company-minimum-prefix to 2

This commit is contained in:
laurensmiers 2018-06-13 09:25:59 +02:00
parent c8573cde04
commit 9db1ce210e

View file

@ -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