mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Less aggressive completion
This commit is contained in:
parent
7b1e83ffa3
commit
57ee37adb4
2
init.org
2
init.org
@ -436,7 +436,7 @@
|
|||||||
(setq company-idle-delay 0
|
(setq company-idle-delay 0
|
||||||
company-echo-delay 0
|
company-echo-delay 0
|
||||||
company-dabbrev-downcase nil
|
company-dabbrev-downcase nil
|
||||||
company-minimum-prefix-length 1
|
company-minimum-prefix-length 2
|
||||||
company-selection-wrap-around t
|
company-selection-wrap-around t
|
||||||
company-transformers '(company-sort-by-occurrence
|
company-transformers '(company-sort-by-occurrence
|
||||||
company-sort-by-backend-importance))
|
company-sort-by-backend-importance))
|
||||||
|
Loading…
Reference in New Issue
Block a user