Eshell: Enable helm-fish-completion.

master
Pierre Neidhardt 2019-11-14 15:41:28 +01:00
parent c0c4549007
commit aa529815d0
1 changed files with 3 additions and 0 deletions

View File

@ -297,4 +297,7 @@ This should be faster then `seq-uniq'."
(setq epe-path-style 'full)
(setq eshell-prompt-function #'epe-theme-multiline-with-status))
(when (require 'helm-fish-completion nil 'noerror)
(add-hook 'eshell-mode-hook 'helm-fish-completion-set-keys))
(provide 'init-eshell)