From e510b89e9f780940ecccaa3a4e6b21c028aa5700 Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Tue, 15 Oct 2019 17:01:17 +0200 Subject: [PATCH] Helm: Fuzzy match ls-git, completion, locate-library. --- .emacs.d/lisp/init-helm.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 76ed2c66..b4dbe3eb 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -25,6 +25,7 @@ (add-hook 'wgrep-setup-hook #'wgrep-change-to-wgrep-mode)) (when (require 'helm-ls-git nil t) + (setq helm-ls-git-fuzzy-match t) ;; `helm-source-ls-git' must be defined manually. ;; See https://github.com/emacs-helm/helm-ls-git/issues/34. (setq helm-source-ls-git @@ -52,11 +53,13 @@ helm-use-frame-when-more-than-two-windows nil helm-grep-save-buffer-name-no-confirm t + helm-M-x-fuzzy-match t helm-apropos-fuzzy-match t helm-buffers-fuzzy-matching t + helm-completion-in-region-fuzzy-match t helm-eshell-fuzzy-match t helm-imenu-fuzzy-match t - helm-M-x-fuzzy-match t + helm-locate-library-fuzzy-match helm-recentf-fuzzy-match t ;; Use woman instead of man.