emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
richiardiandrea 2020-04-02T01:16:14.029500Z

Using it daily!

yiorgos 2020-04-02T14:21:02.031600Z

Is anyone using abo-abo/lispy? I am trying to eval the entire namespace (like cider C-c C-k but I can’t find if that is possible. Currently I have to eval e each form individually first to be able to eval something in the middle of the file

Mitch 2020-04-02T16:10:25.032300Z

I use lispy but just use the regular cider eval commands in tandem with it

1πŸ‘1βž•
practicalli-john 2020-04-02T17:28:18.034Z

@g3o cider-eval-buffer evaluates the whole namespace on the current buffer.

2020-04-02T17:46:36.037300Z

i loved lispy but when i tried it some time back i found some parts to be too rough so sadly stopped using it. may be those things (which i don't remember πŸ˜… ) work better now though.

Cameron 2020-04-02T19:27:36.041400Z

I love lispy as well, the main wart that shows up for me if I remember is occasionally the lispy-clojure-complete-at-point function or whatever gets bugged, and symbols like Syntax get stored somewhere they shouldn't, and company gets messed up. I tracked down part of the bug at one point but I forget where the wires get crossed, regardless for now I just remove lispy-clojure-complete-at-point from complete-at-point-functions altogether when lispy starts. But yes, that's the general feel I've gotten as well, at times things sort of break, and there are some sharp edges

1βœ…
Mitch 2020-04-02T22:55:10.044800Z

yeah i agree that some of the tools it provides (such as lispy-eval) are probably beyond the scope of what the project should be and are best ignored in favor of tools like cider and cljr-refactor

Mitch 2020-04-02T22:55:51.045700Z

i set up a spacemacs layer a few weeks ago and just pave over a keybinding whenever it causes me an issue