set company-idle-delay to nil for eshell
This commit is contained in:
parent
cb4f9b86c6
commit
bf1599635d
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue