Helm: Fuzzy match ls-git, completion, locate-library.

master
Pierre Neidhardt 2019-10-15 17:01:17 +02:00
parent 709c5a85ea
commit e510b89e9f
1 changed files with 4 additions and 1 deletions

View File

@ -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.