Change comany frontends
This commit is contained in:
parent
c139e076d0
commit
aefeec6f35
1 changed files with 10 additions and 0 deletions
|
@ -10,3 +10,13 @@ Don't show that company mode is enabled in the minibuffer.
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(diminish 'company-mode)
|
(diminish 'company-mode)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
Show a tooltip when there is more than one completion, show the
|
||||||
|
documentation for a symbol in the echo area and always show a preview.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq company-frontends
|
||||||
|
'(company-pseudo-tooltip-unless-just-one-frontend
|
||||||
|
company-echo-metadata-frontend
|
||||||
|
company-preview-frontend))
|
||||||
|
#+END_SRC
|
||||||
|
|
Loading…
Reference in a new issue