Fork me on GitHub
#cursive
<
2021-11-18
>
simongray09:11:17

@cjsauer Nope, regular clj files. It’s been like this for a while. The problem persists on a completely fresh install of macOS.

Ian Fernandez15:11:52

How can I use a boot project with cursive?

salam15:11:29

i don't think you can (at least directly) as Cursive doesn't support Boot.

cfleming21:11:54

That’s correct, I never got around to adding boot support and it’s not used much these days.

Ivar Refsdal12:11:04

We're doing:

(require 'boot.lein)
(boot.lein/generate)
to generate a project.clj from inside build.boot and then open the project as leiningen project.