Skip to content
Snippets Groups Projects
Commit 5698e23d authored by Michael Hauspie's avatar Michael Hauspie
Browse files

Change company minimum prefix before completion

parent b7b52866
No related branches found
No related tags found
No related merge requests found
...@@ -854,7 +854,7 @@ all buffers. I also set =M-/= to trigger =company-complete= ...@@ -854,7 +854,7 @@ all buffers. I also set =M-/= to trigger =company-complete=
(global-set-key (kbd "M-/") 'company-complete) (global-set-key (kbd "M-/") 'company-complete)
;; Complete quite soon ;; Complete quite soon
:custom :custom
(company-minimum-prefix-length 3) (company-minimum-prefix-length 1)
(company-idle-delay 0.1) (company-idle-delay 0.1)
(company-show-quick-access "off") (company-show-quick-access "off")
(company-quick-access-hint-function (lambda (param) " unknown")) (company-quick-access-hint-function (lambda (param) " unknown"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment