From 310b98b9735926e5d8f6cec6b47339c9872acf84 Mon Sep 17 00:00:00 2001 From: Tu Do Date: Fri, 14 Nov 2014 15:39:06 +0700 Subject: [PATCH] Disable helm-quick-update It is not needed anymore since helm-candidate-number-limit is small (less than several thousands). If this is the case, then there's no difference between quick update and no quick update execution time. Enabling helm-quick-update makes helm buffer flashing for every entered character to retrieve new candidate list, which would annoy user. --- modules/prelude-helm.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index 2aa16f0..e2fcf8e 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -43,8 +43,7 @@ ;; See https://github.com/bbatsov/prelude/pull/670 for a detailed ;; discussion of these options. -(setq helm-quick-update t - helm-split-window-in-side-p t +(setq helm-split-window-in-side-p t helm-buffers-fuzzy-matching t helm-move-to-line-cycle-in-source t helm-ff-search-library-in-sexp t