all repos — nixfiles @ 3479cc5e532413ef4b51eda45ecc8782af43281a

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

Emacs: Use ido 'ghost' buffers feature in helm

Alan Pearce
commit

3479cc5e532413ef4b51eda45ecc8782af43281a

parent

446baed9e00fc3c88c2884355a34c836f46d7072

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

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -478,7 +478,8 @@ ("M-x" . helm-M-x)
("C-x C-b" . helm-mini)) :config (progn (setq helm-idle-delay .1 - helm-input-idle-delay 0) + helm-input-idle-delay 0 + ido-use-virtual-buffers t) (helm-mode 1))) (req-package helm-files