From 433e10c3ae02b81740b0caa9820a1f9f22449682 Mon Sep 17 00:00:00 2001 From: Grant Hunter Date: Mon, 5 Jun 2017 21:49:01 -0600 Subject: [PATCH] remove delay for company mode --- emacs/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 8e26a48..942cbc2 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -79,6 +79,8 @@ :ensure t :bind("" . company-auto-complete)) (setq company-tooltip-align-annotations t) +(setq company-dabbrev-downcase 0) +(setq company-idle-delay 0)