Disable ido's annoying auto-merging of directories if no match is found
This commit is contained in:
parent
96e8320286
commit
04b68e7482
1 changed files with 2 additions and 1 deletions
|
@ -216,7 +216,8 @@ The body of the advice is in BODY."
|
||||||
ido-use-filename-at-point 'guess
|
ido-use-filename-at-point 'guess
|
||||||
ido-max-prospects 10
|
ido-max-prospects 10
|
||||||
ido-save-directory-list-file (expand-file-name "ido.hist" prelude-savefile-dir)
|
ido-save-directory-list-file (expand-file-name "ido.hist" prelude-savefile-dir)
|
||||||
ido-default-file-method 'selected-window)
|
ido-default-file-method 'selected-window
|
||||||
|
ido-auto-merge-work-directories-length -1)
|
||||||
(ido-mode +1)
|
(ido-mode +1)
|
||||||
(ido-ubiquitous-mode +1)
|
(ido-ubiquitous-mode +1)
|
||||||
;; smarter fuzzy matching for ido
|
;; smarter fuzzy matching for ido
|
||||||
|
|
Loading…
Reference in a new issue