Fork me on GitHub
#cider
<
2017-12-01
>
tyler03:12:39

Gotcha, I’ve been able to get those to work but would prefer to use cljfmt for ci purposes. Is there a way to get that to work or is it incompatible with clojure-mode?

gfredericks12:12:45

I thought the cljfmt readme had claimed emacs support for years even if it has, that doesn't mean it's easy to setup 🙂

dominicm15:12:06

doesn't cider indentation metadata do more than cljfmt? I'm pretty sure it does.

tyler16:12:12

Thats what seemed to be implied by the docs. Not all of my team uses emacs so using cljfmt would be nice as a source of truth since it has support for vim and could be used in CI.

tyler18:12:27

Actually as a side-note, have you been able to get cider indentation metadata to work @dominicm? Just tried that as well and it likes clojure-mode is overriding that.

dominicm18:12:57

I don't use cider

parkeristyping21:12:52

Anyone know an easy way to hook in a function to process repl results before displaying them, when evaluating with e.g. cider-eval-defun-at-point? (I want to walk all seqable results and truncate large strings)

richiardiandrea16:12:22

Don't have that, but the unrepl folks have that feature built-in their repl. Try to ask in #unrepl