aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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