diff options
author | Alan Pearce | 2014-07-02 18:47:53 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-02 18:47:53 +0100 |
commit | 4d3b697aa70e7b212484397d0ccfa50ee77fd5c0 (patch) | |
tree | 470a8ec5c7bec00ac04d56ff0710115f88a8d4d2 | |
parent | 5256360f3e1cab6435c7a4f3d7c73358b098465b (diff) | |
download | dotfiles-4d3b697aa70e7b212484397d0ccfa50ee77fd5c0.tar.lz dotfiles-4d3b697aa70e7b212484397d0ccfa50ee77fd5c0.tar.zst dotfiles-4d3b697aa70e7b212484397d0ccfa50ee77fd5c0.zip |
Emacs: make helm instant
-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 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)) |