We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7437c67 commit d4c7e6cCopy full SHA for d4c7e6c
doc/modules/ROOT/pages/usage/pretty_printing.adoc
@@ -67,7 +67,7 @@ You can pass an options map to the print function by setting `cider-print-option
67
68
[source,lisp]
69
----
70
-(setq cider-print-options '(dict "length" 50 "right-margin" 70))
+(setq cider-print-options '(("length" 50) ("right-margin" 70)))
71
72
73
NOTE: Each print engine has its own configuration options, so you'll have to be sure to set `cider-print-options` accordingly.
0 commit comments