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)