Enable helm-buffers-fuzzy-matching again

It was accidentally deleted in the commit 4316668. Restore it.
This commit is contained in:
Tu Do 2015-05-25 11:06:21 +07:00 committed by syl20bnr
parent 60550b290b
commit 92da48db9f

View file

@ -1297,7 +1297,8 @@ Example: (evil-map visual \"<\" \"<gv\")"
helm-lisp-fuzzy-completion t
helm-locate-fuzzy-match t
helm-recentf-fuzzy-match t
helm-semantic-fuzzy-match t)
helm-semantic-fuzzy-match t
helm-buffers-fuzzy-matching t)
(defun spacemacs/helm-find-files-navigate-back (orig-fun &rest args)
)