dot/emacs: Inhibit Ido automatic merging with recent directories.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 09:19:19 +0000 (10:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 2 Aug 2017 09:19:19 +0000 (10:19 +0100)
Apparently one can provoke merging manually using M-s.

dot/emacs

index 3dc860a..c8e4959 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
       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