Fork me on GitHub
#cider
<
2019-02-17
>
Mattias20:02:55

A bit lazy, only tried briefly to find an answer... what’s the easiest way to get things pretty printed on the repl? Mainly thinking of maps and other data structures.

dpsutton20:02:32

hit , in the repl. it will bring up a menu and there's an option toggle-pretty

Mattias21:02:02

Huh. Like magic. Thanks! Is that , a Cider thing or arcane Emacs? :thinking_face:

dpsutton21:02:26

its built into cider. i think because slime for common lisp did it like that

dpsutton21:02:53

i've seen some people misbelieve it is a spacemacs thing but its CIDER native

Mattias21:02:23

Cool, thanks. Of course knowing Emacs isn’t halfway enough 😅