aboutsummaryrefslogtreecommitdiffstats
path: root/oni-company.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-02-25 10:18:07 -0800
committerGravatar Tom Willemse2020-02-25 10:18:07 -0800
commit07eb2c1cc1caee0631bbc7dfba5d5399fc7c383d (patch)
treede184d5d4533bcd157e0483ce79f1de07dc641a8 /oni-company.el
parent5a7233a45b25f1ac43ef8e650563b2431e38c956 (diff)
downloademacs-config-07eb2c1cc1caee0631bbc7dfba5d5399fc7c383d.tar.gz
emacs-config-07eb2c1cc1caee0631bbc7dfba5d5399fc7c383d.zip
Make company show completions faster
Diffstat (limited to 'oni-company.el')
-rw-r--r--oni-company.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/oni-company.el b/oni-company.el
index 49f6c5f..d30a866 100644
--- a/oni-company.el
+++ b/oni-company.el
@@ -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