1
0
Fork 0

Make company show completions faster

This commit is contained in:
Tom Willemse 2020-02-25 10:18:07 -08:00
parent 5a7233a45b
commit 07eb2c1cc1

View file

@ -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