Update company-mode configuration
This commit is contained in:
parent
b0a67fd2d4
commit
c03db11f7e
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
;;; Code:
|
||||
|
||||
(require 'company)
|
||||
(require 'company-dabbrev)
|
||||
(require 'diminish)
|
||||
(require 'fill-column-indicator)
|
||||
|
||||
|
@ -49,6 +50,10 @@ show the fill column indicator if this variable is t.")
|
|||
|
||||
(diminish 'company-mode)
|
||||
|
||||
(setq company-dabbrev-ignore-case nil)
|
||||
(setq company-idle-delay 0.2)
|
||||
(setq company-tooltip-align-annotations t)
|
||||
|
||||
(setq company-frontends
|
||||
'(company-pseudo-tooltip-unless-just-one-frontend
|
||||
company-echo-metadata-frontend
|
||||
|
|
Loading…
Reference in a new issue