Merge pull request #2349 from slipset/patch-1

Add `init-ns` to default template, fixes #2350
This commit is contained in:
Phil Hagelberg 2017-10-31 13:33:01 -07:00 committed by GitHub
commit b8cf7a0d49
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,4 +3,5 @@
:url "http://example.com/FIXME"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:dependencies [[org.clojure/clojure "1.8.0"]])
:dependencies [[org.clojure/clojure "1.8.0"]]
:repl-options {:init-ns {{namespace}}})