all repos — nixfiles @ b19e6b7177b67fdd15fd306a47754a313068a6df

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

Emacs: turn on ido-mode instead of toggling

Alan Pearce
commit

b19e6b7177b67fdd15fd306a47754a313068a6df

parent

7a7f3c1caab84d65b051b593a69b349ea4442a9b

1 file changed, 1 insertion(+), 1 deletion(-)

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