Skip to content

Instantly share code, notes, and snippets.

@flyingmachine
Created January 21, 2013 00:36
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 flyingmachine/4582818 to your computer and use it in GitHub Desktop.
Save flyingmachine/4582818 to your computer and use it in GitHub Desktop.
A few YASnippet snippets for clojure's nrepl-mode
#name: ns
# --
(in-ns '${1:name})
#name:pp
# --
clojure.pprint/pprint
#name: serv
# --
(def server (-main))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment