Emacs: turn on ido-mode instead of toggling
Alan Pearce alan@alanpearce.co.uk
Sat, 25 May 2013 17:26:36 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/init.el → emacs/init.el
@@ -474,7 +474,7 @@ (use-package ido :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)