From 07eb2c1cc1caee0631bbc7dfba5d5399fc7c383d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 25 Feb 2020 10:18:07 -0800 Subject: Make company show completions faster --- oni-company.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'oni-company.el') 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 ;; 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 -- cgit v1.2.3-54-g00ecf