From 431666823eb30aaafc85028f499574ce7264a800 Mon Sep 17 00:00:00 2001 From: ralesi Date: Mon, 13 Apr 2015 23:12:36 -0700 Subject: [PATCH] Give helm that fuzzy feeling --- spacemacs/packages.el | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index 709d9785d..90510b0af 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -1274,12 +1274,19 @@ :defer t :init (progn - (setq helm-prevent-escaping-from-minibuffer t - helm-split-window-in-side-p nil helm-bookmark-show-location t - helm-buffers-fuzzy-matching t - helm-split-window-in-side-p t) + helm-split-window-in-side-p t + helm-always-two-windows t) + ;; fuzzy matching setting + (setq helm-M-x-fuzzy-match t + helm-apropos-fuzzy-match t + helm-file-cache-fuzzy-match t + helm-imenu-fuzzy-match t + helm-lisp-fuzzy-completion t + helm-locate-fuzzy-match t + helm-recentf-fuzzy-match t + helm-semantic-fuzzy-match t) (defun spacemacs/helm-do-ack () "Perform a search with ack using `helm-ag.'"