From 9c2de4ce0176cb3048f6b58f93cdae086d67ac83 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Tue, 19 Apr 2022 09:46:23 -0700 Subject: emacs: company fixups --- .emacs.local.d/modes/company.el | 3 +++ 1 file changed, 3 insertions(+) (limited to '.emacs.local.d/modes') diff --git a/.emacs.local.d/modes/company.el b/.emacs.local.d/modes/company.el index 453fc1f..513b563 100644 --- a/.emacs.local.d/modes/company.el +++ b/.emacs.local.d/modes/company.el @@ -11,6 +11,9 @@ ;; Easy navigation to candidates with M- company-show-numbers t) (setq company-dabbrev-downcase nil)) + + (setq company-idle-delay 0) + (setq company-minimum-prefix-length 1) :diminish company-mode) (use-package company-quickhelp ; Documentation popups for Company -- cgit v1.2.3