Make company show completions faster
This commit is contained in:
parent
5a7233a45b
commit
07eb2c1cc1
1 changed files with 3 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2020.0224.231120
|
||||
;; Version: 2020.0225.101609
|
||||
;; Package-Requires: (company oni-prescient company-posframe diminish company-prescient)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -40,7 +40,8 @@
|
|||
'oni-company--enable-posframe)))
|
||||
|
||||
(setq company-dabbrev-ignore-case nil)
|
||||
(setq company-idle-delay 0.2)
|
||||
(setq company-idle-delay 0)
|
||||
(setq company-minimum-prefix-length 1)
|
||||
(setq company-tooltip-align-annotations t)
|
||||
|
||||
(setq company-frontends
|
||||
|
|
Loading…
Reference in a new issue