diff --git a/modules/term/eshell/config.el b/modules/term/eshell/config.el index 6e14d340e..105c1c672 100644 --- a/modules/term/eshell/config.el +++ b/modules/term/eshell/config.el @@ -159,6 +159,7 @@ You should use `set-eshell-alias!' to change this.") (defun +eshell-init-company-h () (when (featurep! :completion company) (company-mode +1) + (setq-local company-idle-delay nil) (setq-local company-backends '(company-pcomplete)) (setq-local company-frontends (cons 'company-tng-frontend company-frontends)) (when (bound-and-true-p evil-local-mode)