From f3b1d679e0df707a009436a825c866d076bf7261 Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Sun, 14 Jul 2013 23:32:06 +0300 Subject: [PATCH] Fix ido-ubiquitous deprecation warning --- core/prelude-editor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prelude-editor.el b/core/prelude-editor.el index 117e797..570a607 100644 --- a/core/prelude-editor.el +++ b/core/prelude-editor.el @@ -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