Fix ido-ubiquitous deprecation warning

This commit is contained in:
Bozhidar Batsov 2013-07-14 23:32:06 +03:00
parent 88248111d1
commit f3b1d679e0

View file

@ -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-default-file-method 'selected-window)
(ido-mode +1)
(ido-ubiquitous +1)
(ido-ubiquitous-mode +1)
;; smarter fuzzy matching for ido
(flx-ido-mode +1)
;; disable ido faces to see flx highlights