From 15547396bea046a6e7a66ce55b08337232e061b2 Mon Sep 17 00:00:00 2001 From: Joel Holdbrooks Date: Sat, 17 Aug 2013 15:18:01 -0700 Subject: [PATCH] Use the default user ns for `lein repl` --- project.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.clj b/project.clj index 0a90f97..ef0bc99 100644 --- a/project.clj +++ b/project.clj @@ -24,4 +24,5 @@ :optimizations :advanced :pretty-print false :target :nodejs}}]} - :main frak.cli) + :main frak.cli + :repl-options {:init-ns user}) -- 2.25.1