summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-10-05 13:13:17 +0100
committerAlan Pearce2013-10-05 13:13:17 +0100
commit679f2843746576f48e4ffd106a21753346fc4bcb (patch)
tree863c570aa07f10a767bb2a6be415e5409d9061f9 /emacs
parent5390d0cd5e5f3fa7fc47c07e7889d9f5ccb6104b (diff)
downloaddotfiles-679f2843746576f48e4ffd106a21753346fc4bcb.tar.lz
dotfiles-679f2843746576f48e4ffd106a21753346fc4bcb.tar.zst
dotfiles-679f2843746576f48e4ffd106a21753346fc4bcb.zip
Emacs: disable ido-virtual-buffers due to issues with flx-ido
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 7866db6..af45349 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -558,8 +558,7 @@ Values: `desktop', `server', `laptop'")
   :config (progn
             (setq ido-decorations (quote ("\n›" "" "\n " "\n …" "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]"))
                   ido-auto-merge-delay-time 99999
-                  ido-enable-flex-matching t
-                  ido-use-virtual-buffers t)
+                  ido-enable-flex-matching t)
 
             (ido-init-completion-maps)
             (defun ido-manual-merge ()