Created
June 5, 2013 13:54
-
-
Save knjname/5714033 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {:user { | |
| ;; To make JVM invoking faster. | |
| ;; For more details, see http://tnoda-clojure.tumblr.com/post/51495039433/jvm-clojure-03 | |
| :jvm-opts ["-XX:+TieredCompilation" "-XX:TieredStopAtLevel=1"] | |
| ;; Enable lein-ritz. | |
| :plugins [[lein-ritz "0.7.0"]] | |
| :dependencies [[ritz/ritz-nrepl-middleware "0.7.0"]] | |
| :repl-options {:nrepl-middleware | |
| [ritz.nrepl.middleware.javadoc/wrap-javadoc | |
| ritz.nrepl.middleware.simple-complete/wrap-simple-complete]} | |
| } | |
| } | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment