Eshell: Remove outdated version check for helm-fish-completion.

master
Pierre Neidhardt 2020-03-22 16:32:46 +01:00
parent 0a65c49dad
commit 612c5b7043
1 changed files with 1 additions and 2 deletions

View File

@ -300,8 +300,7 @@ This should be faster then `seq-uniq'."
(when (require 'helm-fish-completion nil 'noerror)
(define-key shell-mode-map (kbd "<tab>") 'helm-fish-completion)
(when (fboundp 'helm-fish-completion-make-eshell-source)
(setq helm-esh-pcomplete-build-source-fn #'helm-fish-completion-make-eshell-source)))
(setq helm-esh-pcomplete-build-source-fn #'helm-fish-completion-make-eshell-source))
(require 'patch-eshell-inside-emacs)