all repos — nixfiles @ f4eb0fcd6a9e2d4a035ff71533c96a806ef15304

System and user configuration, managed by nix and home-manager

Emacs: ido-completing read all the things!

Alan Pearce
commit

f4eb0fcd6a9e2d4a035ff71533c96a806ef15304

parent

562154e68c8ff3f1a02b53c92689e15632475d13

1 file changed, 2 insertions(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.eltag-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)