Skip to content

Instantly share code, notes, and snippets.

@fletch
Last active August 29, 2015 14:26
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 fletch/45601ab02d68790270a6 to your computer and use it in GitHub Desktop.
Save fletch/45601ab02d68790270a6 to your computer and use it in GitHub Desktop.
helm file source sample
(helm :sources
(helm-build-in-file-source
"dirtest" (expand-file-name "~/.dirs")
:candidate-transformer
(lambda (strs)
(mapcar
(lambda (str)
(destructuring-bind (name dir)
(s-split "=" str)
(cons name dir)))
strs)))
:buffer "*helm test*")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment