From 4d3b697aa70e7b212484397d0ccfa50ee77fd5c0 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 2 Jul 2014 18:47:53 +0100 Subject: Emacs: make helm instant --- tag-emacs/emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index 5c717556..22aff30e 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -439,7 +439,7 @@ (req-package helm-config :bind (("C-x i" . helm-imenu)) :config (setq helm-idle-delay .1 - helm-input-idle-delay .1)) + helm-input-idle-delay 0)) (req-package ido :bind (("C-x b" . ido-switch-buffer)) -- cgit 1.4.1