all repos — nixfiles @ 679f2843746576f48e4ffd106a21753346fc4bcb

System and user configuration, managed by nix and home-manager

Emacs: disable ido-virtual-buffers due to issues with flx-ido

Alan Pearce
commit

679f2843746576f48e4ffd106a21753346fc4bcb

parent

5390d0cd5e5f3fa7fc47c07e7889d9f5ccb6104b

1 file changed, 1 insertion(+), 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 ()