Skip to content

Instantly share code, notes, and snippets.

@PuercoPop
Created September 16, 2013 04:34
Show Gist options
  • Save PuercoPop/6576718 to your computer and use it in GitHub Desktop.
Save PuercoPop/6576718 to your computer and use it in GitHub Desktop.
(defmacro venv--make-pcompletions (commands)
`(loop for item in ,coommands
collect ,(venv--gen-fun item)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment