diff options
Diffstat (limited to 'emacs/init.el')
-rw-r--r-- | emacs/init.el | 2 |
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) |