Fork me on GitHub
#emacs
<
2017-10-04
>
a1308:10:24

I tried, nice thing, but doesn't integrate well with existing "describe-" functions

gfredericks12:10:38

what is the Most Good method for adding colored pretty-printing to the repl buffer, with or without cider?

bozhidar13:10:15

With CIDER the REPL is colorful by default, you just have to enable pretty-printing. Don’t think you can do anything simpler than that.

gfredericks18:10:37

I probably have a weird/old/malconfigured cider

gfredericks18:10:26

@bozhidar what mechanism/library does it use for the pretty-printing/coloring? It would be cool if I had a unified approach to that, especially w.r.t. extending to custom types

gfredericks22:10:21

cool, thanks!