all repos — archive/dotfiles @ 679f2843746576f48e4ffd106a21753346fc4bcb

Superseded by nixfiles

Emacs: disable ido-virtual-buffers due to issues with flx-ido
Alan Pearce alan@alanpearce.co.uk
Sat, 05 Oct 2013 13:13:17 +0100
commit

679f2843746576f48e4ffd106a21753346fc4bcb

parent

5390d0cd5e5f3fa7fc47c07e7889d9f5ccb6104b

1 files changed, 1 insertions(+), 2 deletions(-)

jump to
M emacs/init.elemacs/init.el
@@ -558,8 +558,7 @@ (ido-mode 1))   :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 ()