Skip to content

Instantly share code, notes, and snippets.

@antifuchs
Created February 26, 2014 21:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antifuchs/9238468 to your computer and use it in GitHub Desktop.
Save antifuchs/9238468 to your computer and use it in GitHub Desktop.
;; My helm config for pretty fast updates when hitting RET too quickly after typing fast:
(setq helm-idle-delay 0.0 ; update fast sources immediately (doesn't).
helm-input-idle-delay 0.01 ; this actually updates things
; reeeelatively quickly.
helm-quick-update t
helm-M-x-requires-pattern nil
helm-ff-skip-boring-files t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment