summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d
diff options
context:
space:
mode:
authorAlan Pearce2014-07-10 19:22:45 +0100
committerAlan Pearce2014-07-10 19:22:45 +0100
commit3479cc5e532413ef4b51eda45ecc8782af43281a (patch)
tree443b49f730213ed50a01e4fa6b6a6aa308923e74 /tag-emacs/emacs.d
parent446baed9e00fc3c88c2884355a34c836f46d7072 (diff)
downloaddotfiles-3479cc5e532413ef4b51eda45ecc8782af43281a.tar.lz
dotfiles-3479cc5e532413ef4b51eda45ecc8782af43281a.tar.zst
dotfiles-3479cc5e532413ef4b51eda45ecc8782af43281a.zip
Emacs: Use ido 'ghost' buffers feature in helm
Diffstat (limited to 'tag-emacs/emacs.d')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 16734d7..e81b313 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -478,7 +478,8 @@
          ("C-x C-b" . helm-mini))
   :config (progn
             (setq helm-idle-delay .1
-                  helm-input-idle-delay 0)
+                  helm-input-idle-delay 0
+                  ido-use-virtual-buffers t)
             (helm-mode 1)))
 
 (req-package helm-files