Skip to content

Instantly share code, notes, and snippets.

@bascht
Created November 26, 2014 21:02
Show Gist options
  • Select an option

  • Save bascht/11f458cfb211fb9c3c2c to your computer and use it in GitHub Desktop.

Select an option

Save bascht/11f458cfb211fb9c3c2c to your computer and use it in GitHub Desktop.
helm-fuzzy.el
(helm :sources (helm-build-sync-source "test"
:candidates '("foo" "foo bar" "foo bar foo" "foo bar foo bar" "bar" "baz")
:fuzzy-match t
)
:buffer "*helm test*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment