summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 2d036bb..1a1acbb 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -588,8 +588,7 @@
   :bind (("C-x i" . helm-semantic-or-imenu))
   :config (progn
             (setq helm-idle-delay .1
-                  helm-input-idle-delay 0
-                  ido-use-virtual-buffers t)
+                  helm-input-idle-delay 0)
             (when (fboundp #'helm-adaptive-mode)
               (helm-adaptive-mode 1))))