Fork me on GitHub
#cursive
<
2018-03-26
>
sooheon08:03:07

Just curious, what do you all have cycle collection type action bound to?

sooheon08:03:19

Looking for a candidate (former emacs user, on osx)

sooheon09:03:08

Also, what would be the steps toward opening up cursive actions to community development? (in clojure?) There’s a ton of structural editing commands from emacs that would be nice to have in cursive.

cfleming09:03:43

I have it bound to Cmd-]

cfleming09:03:15

I’d like to open up an API for that but I don’t have a clear roadmap to doing so yet.

cfleming09:03:25

It’s probably one of the easier parts to open up, though.

sooheon11:03:00

Yeah, it’s not the most pressing thing, just a nice-to-have. Do you want me to make an issue to track it or are you good?

tony.kay17:03:15

Is anyone aware of why Cursive loses the ability to access env stuff? I’ve got a development profile with CLJ :env definitions. I create a run config, and it works. I switch branches and update lein deps, and they get lost. I can fiddle with the Run Configuration and sometimes get it to work again, but to be honest I’m not sure what makes it start working. Even delete/re-add of it sometimes doesn’t work.

tony.kay17:03:41

Running a simple lein repl always gets them fine This is using the lein-environ/environ lib

tony.kay17:03:42

Hm. I upgraded to environ 1.1.0, and that might have fixed it. Ignore this for now. I’ll re-report it if it happens again.