Emacs: make helm update the candidate selection window more quickly
1 file changed, 3 insertions(+), 1 deletion(-)
jump to
M emacs/init.el → emacs/init.el
@@ -491,7 +491,9 @@ (use-package helm-config :ensure helm :bind (("C-x i" . helm-imenu) - ("C-x C-b" . helm-mini))) + ("C-x C-b" . helm-mini)) + :config (setq helm-idle-delay .1 + helm-input-idle-delay .1)) (use-package ido :init (bind-key* "C-x C-f" #'ido-find-file)