summary refs log tree commit diff stats
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-rw-r--r--emacs/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 6c97219..b00aac4 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -491,7 +491,9 @@ Values: `desktop', `server', `laptop'")
 (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)