summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 2c0cd72..2b2059e 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -429,7 +429,8 @@
   :init (progn
           (setq ido-save-directory-list-file (expand-file-name "ido-state" user-emacs-directory))
           (bind-key* "C-x C-f" #'ido-find-file)
-          (ido-mode 1))
+          (ido-mode 1)
+          (ido-everywhere 1))
   :config (progn
             (setq ido-auto-merge-delay-time 99999
                   ido-enable-flex-matching t)