Fork me on GitHub
#cursive
<
2017-02-19
>
cfleming08:02:55

@simon Can you send a short code example I can try?

cfleming08:02:37

@zylox Interesting, I didn’t know schema had it’s own version. Could you file an issue to support that and I’ll add it? Cursive already supports the native Potemkin one, hopefully should be trivial.

cfleming08:02:06

@misha No, I’m not sure - that’s very odd.

cfleming08:02:50

@tjtolton Cursive will actually download leiningen on first use if it’s not already installed. It will put them in .lein/self-installs just like lein does.

cfleming08:02:00

@seantempesta That should work fine. Cursive will use the currently active REPL, i.e. you’ll have to switch the tabs to send to one or the other. I’m planning a combined REPL that will send to one or the other depending on file type, but that’s not there yet.

seantempesta08:02:44

@cfleming: Cool. Thanks for the info. And keep up the great work! I probably wouldn’t be using Clojure without Cursive!

cfleming08:02:31

@seantempesta Thanks! (I’m mentally rewriting your “with” to “without” 🙂 )

maksimrv18:02:20

Hi, does cursive support paredit-backward-kill-word? I can not find this in shortcuts It will be nice have something like this http://mumble.net/~campbell/emacs/paredit.html but only for cursive

cfleming20:02:21

@maksimrv No, Cursive doesn’t support this right now.

cfleming20:02:30

I have https://cursive-ide.com/userguide/paredit.html, but it only covers the basic commands.

cfleming20:02:45

@simon Thanks! Will take a look.