Emacs: ido-completing read all the things!
Alan Pearce alan@alanpearce.co.uk
Sun, 22 Jun 2014 08:53:58 +0100
1 files changed, 2 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → tag-emacs/emacs.d/init.el
@@ -429,7 +429,8 @@ :bind (("C-x b" . ido-switch-buffer)) :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)