summary refs log tree commit diff stats
path: root/tag-emacs
diff options
context:
space:
mode:
authorAlan Pearce2014-07-02 18:47:53 +0100
committerAlan Pearce2014-07-02 18:47:53 +0100
commit4d3b697aa70e7b212484397d0ccfa50ee77fd5c0 (patch)
tree470a8ec5c7bec00ac04d56ff0710115f88a8d4d2 /tag-emacs
parent5256360f3e1cab6435c7a4f3d7c73358b098465b (diff)
downloaddotfiles-4d3b697aa70e7b212484397d0ccfa50ee77fd5c0.tar.lz
dotfiles-4d3b697aa70e7b212484397d0ccfa50ee77fd5c0.tar.zst
dotfiles-4d3b697aa70e7b212484397d0ccfa50ee77fd5c0.zip
Emacs: make helm instant
Diffstat (limited to 'tag-emacs')
-rw-r--r--tag-emacs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index 5c71755..22aff30 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))