mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Tweaked company settings.
This commit is contained in:
parent
1cfd62c1d5
commit
d6209484fb
6
init.org
6
init.org
@ -433,7 +433,11 @@
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq company-idle-delay 0
|
||||
company-echo-delay 0
|
||||
company-minimum-prefix-length 1)
|
||||
company-dabbrev-downcase nil
|
||||
company-minimum-prefix-length 1
|
||||
company-selection-wrap-around t
|
||||
company-transformers '(company-sort-by-occurrence
|
||||
company-sort-by-backend-importance))
|
||||
#+END_SRC
|
||||
|
||||
** Helm
|
||||
|
Loading…
Reference in New Issue
Block a user