Sooheon Kim
Sooheon Kim
I am getting the same warnings, whether I try `with-keys` or with `key-fn` mixins. Reagent, if you pass in a :key in the argument map, does not throw these warnings.
I actually like o, but I agree with O being strange. It's the only binding I've removed.
I'll follow the procedure. To be clear, once I sign the assignment once, I can contribute to any GNU ELPA project, i.e. I don't need to repeat this for every...
Also fails for torch nightly, because of the torch version checking code in __init__.py
I came across this as well, `cider-jack-in-dependencies` does not seem to work properly when `cider-jack-in-default` is `clojure-cli`. I just added pomegranate to global deps.edn for now
Clarification: if I start by `e`valing a form and let lispy do the jack-in for me, pom gets added correctly. If I forget and jack in with C-c M-j, then...
Thanks, this resolves the issue afaict
With just clojure-mode that's true. Once cider-mode is on, I think it adds something to the indent definition. Try enabling cider and comparing.
@bpstahlman I've just gone to binding \" to nil in lispy-mode-map, and letting smartparens take care of that pair. @abo-abo What is the rationale for having to call lispy-delete or...
I think the consistency could be improved. You are correct that C-d from the following states are equivalent: (test|) "test|" But here: (|test) lispy-delete-backward will remove the entire sexp immediately,...