diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |