From 013919ff7563c430d2555c05208c960e5ef28b79 Mon Sep 17 00:00:00 2001 From: toctan Date: Thu, 4 Sep 2014 22:36:13 +0800 Subject: [PATCH] Do not mess up with Ido's option in helm module --- modules/prelude-helm.el | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/prelude-helm.el b/modules/prelude-helm.el index 92797f0..6b67966 100644 --- a/modules/prelude-helm.el +++ b/modules/prelude-helm.el @@ -69,7 +69,6 @@ helm-ff-file-name-history-use-recentf t helm-move-to-line-cycle-in-source t ; move to end or beginning of source ; when reaching top or bottom of source. - ido-use-virtual-buffers t ; Needed in helm-buffers-list helm-buffers-fuzzy-matching t ; fuzzy matching buffer names when non-nil ; useful in helm-mini that lists buffers )