summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index d17031b4..b6e20b31 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -474,7 +474,7 @@ Values: `desktop', `server', `laptop'")
   :init (bind-key* "C-x C-f" #'ido-find-file)
   :bind (("C-x b"   . ido-switch-buffer))
   :config (progn
-            (ido-mode)
+            (ido-mode 1)
             (setq ido-decorations (quote ("\n›" "" "\n " "\n …" "[" "]" " [No match]" " [Matched]" " [Not readable]" " [Too big]" " [Confirm]")))
             (setq ido-auto-merge-delay-time 99999
                   ido-enable-flex-matching t)