From e8d5120d119d2ea0d96867a0377bbd84df462543 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 2 Aug 2017 10:19:19 +0100 Subject: [PATCH] dot/emacs: Inhibit Ido automatic merging with recent directories. Apparently one can provoke merging manually using M-s. --- dot/emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dot/emacs b/dot/emacs index 3dc860a..c8e4959 100644 --- a/dot/emacs +++ b/dot/emacs @@ -327,7 +327,8 @@ ido-default-buffer-method 'selected-window) (setq ido-enable-flex-matching t ido-confirm-unique-completion t - ido-use-filename-at-point nil) + ido-use-filename-at-point nil + ido-auto-merge-work-directories-length -1) (setq dired-deletion-confirmer ;Make deletion easier in dired (symbol-function 'y-or-n-p) dired-listing-switches "-alF" ;Do `ls -F' things in dired windows -- 2.11.0