Skip to content

Instantly share code, notes, and snippets.

@mpenet
Created June 5, 2012 18:57
Show Gist options
  • Save mpenet/2876963 to your computer and use it in GitHub Desktop.
Save mpenet/2876963 to your computer and use it in GitHub Desktop.
user.clj
;; ~/.lein/user.clj
(if (>= (.compareTo (clojure-version) "1.3.0") 0)
(do (use 'clojure.repl)
(use 'clojure.java.javadoc)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment