diff options
| author | Raul Benencia <rul@kalgan.cc> | 2022-04-19 09:46:23 -0700 | 
|---|---|---|
| committer | Raul Benencia <rul@kalgan.cc> | 2022-04-19 09:46:23 -0700 | 
| commit | 9c2de4ce0176cb3048f6b58f93cdae086d67ac83 (patch) | |
| tree | 522e221bb2378eba9ca2a4813d9d13d8dd6977c5 /.emacs.local.d/modes | |
| parent | 649c8b8b8700bca00ca97ee36292ea0ab4e07e5a (diff) | |
emacs: company fixups
Diffstat (limited to '.emacs.local.d/modes')
| -rw-r--r-- | .emacs.local.d/modes/company.el | 3 | 
1 files changed, 3 insertions, 0 deletions
| 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-<n>            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 | 
