Eshell: Delay autosuggest to 0.75s

master
Pierre Neidhardt 2018-05-14 20:08:05 +02:00
parent ca53a01b8a
commit 073d8663bb
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ See `eshell' for the numeric prefix ARG."
;;; Auto-suggestion
(when (require 'esh-autosuggest nil t)
(setq esh-autosuggest-delay 0.5)
(setq esh-autosuggest-delay 0.75)
(add-hook 'eshell-mode-hook 'esh-autosuggest-mode)
(define-key esh-autosuggest-active-map (kbd "<tab>") 'company-complete-selection)
(when (require 'helm-config nil t)