Emacs: Helm: Enable fuzzy matching in Eshell

master
Pierre Neidhardt 2017-06-18 20:05:31 +01:00
parent f31415450c
commit 522615860a
1 changed files with 3 additions and 2 deletions

View File

@ -22,9 +22,10 @@
helm-apropos-fuzzy-match t
helm-buffers-fuzzy-matching t
;; helm-eshell-fuzzy-match t
helm-eshell-fuzzy-match t
helm-imenu-fuzzy-match t
helm-M-x-fuzzy-match t)
helm-M-x-fuzzy-match t
helm-recentf-fuzzy-match t)
;;; From https://github.com/emacs-helm/helm/issues/362.
;;; This is not perfect with evil mode as the cursor type is not right in the header line and the evil cursor remains in the minibufferl