summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
authorAlan Pearce2013-05-25 17:26:36 +0100
committerAlan Pearce2013-05-25 17:26:36 +0100
commitb19e6b7177b67fdd15fd306a47754a313068a6df (patch)
tree10d9a8e9f2121ea3660b116b94bd570c7070810e /emacs/init.el
parent7a7f3c1caab84d65b051b593a69b349ea4442a9b (diff)
downloaddotfiles-b19e6b7177b67fdd15fd306a47754a313068a6df.tar.lz
dotfiles-b19e6b7177b67fdd15fd306a47754a313068a6df.tar.zst
dotfiles-b19e6b7177b67fdd15fd306a47754a313068a6df.zip
Emacs: turn on ido-mode instead of toggling
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index d17031b..b6e20b3 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)