layers/+completion/helm: use default helm fuzzy function, not depend on the helm-flx

This commit is contained in:
Lin Sun 2022-10-19 00:00:49 +00:00 committed by Maxi Wolff
parent ce0878c353
commit 95c66b9010
1 changed files with 0 additions and 14 deletions

View File

@ -28,7 +28,6 @@
helm
helm-ag
helm-descbinds
helm-flx
(helm-ls-git :toggle (configuration-layer/layer-used-p 'git))
helm-make
helm-mode-manager
@ -311,19 +310,6 @@
(add-hook 'helm-mode-hook 'helm-descbinds-mode)
(spacemacs/set-leader-keys "?" 'helm-descbinds))))
(defun helm/pre-init-helm-flx ()
(spacemacs|use-package-add-hook helm
:pre-config
(progn
;; Disable for helm-find-files until performance issues are sorted
;; https://github.com/PythonNut/helm-flx/issues/9
(setq helm-flx-for-helm-find-files nil)
(helm-flx-mode))))
(defun helm/init-helm-flx ()
(use-package helm-flx
:defer (spacemacs/defer)))
(defun helm/init-helm-ls-git ()
(use-package helm-ls-git
:defer t