Fix ido-ubiquitous deprecation warning
This commit is contained in:
parent
88248111d1
commit
f3b1d679e0
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ Will only occur if prelude-whitespace is also enabled."
|
||||||
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-mode +1)
|
(ido-mode +1)
|
||||||
(ido-ubiquitous +1)
|
(ido-ubiquitous-mode +1)
|
||||||
;; smarter fuzzy matching for ido
|
;; smarter fuzzy matching for ido
|
||||||
(flx-ido-mode +1)
|
(flx-ido-mode +1)
|
||||||
;; disable ido faces to see flx highlights
|
;; disable ido faces to see flx highlights
|
||||||
|
|
Loading…
Reference in a new issue