coltnz
coltnz

Reputation: 23

Load fns into lein repl

Hi I have some helper fns I want to load into the user ns for a lein repl on startup across all my projects.

What's the recommended way to do this as lein plugin?

Failing that I tried to make a ~/lein/user.clj and to my surprise that did't work? $Project/user.clj works fine but I don't want to copy to each project.

Upvotes: 0

Views: 60

Answers (1)

schaueho
schaueho

Reputation: 3504

Take a look at vinyasa, which allows you to do exactly that.

Upvotes: 1

Related Questions