Emacs: make helm instant
Alan Pearce alan@alanpearce.co.uk
Wed, 02 Jul 2014 18:47:53 +0100
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M tag-emacs/emacs.d/init.el → 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))