all repos — nixfiles @ 02eb79afe189b0ea9a72b149657c2e3d7daaee8f

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

Emacs: set ido-mode to add recent files to the buffer list
Alan Pearce alan@alanpearce.co.uk
Sun, 29 Sep 2013 20:22:27 +0100
commit

02eb79afe189b0ea9a72b149657c2e3d7daaee8f

parent

f9209f77714a65d29c9c3d7bad610de6360c8a13

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

jump to
M emacs/init.elemacs/init.el
@@ -558,6 +558,7 @@ (ido-mode 1)             (setq ido-decorations (quote ("\n›" "" "\n " "\n …" "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]")))
             (setq ido-auto-merge-delay-time 99999
                   ido-enable-flex-matching t
+                  ido-use-virtual-buffers t
                   ido-save-directory-list-file (expand-file-name user-emacs-directory
                                                                  "ido-state"))
             (ido-init-completion-maps)