Skip to content

Commit d4c7e6c

Browse files
jhacksworthbbatsov
authored andcommitted
Fix example in pretty_printing.adoc
The example setting for `cider-print-options` does not work for me. Using the example setting from https://github.com/clojure-emacs/cider/blob/4cc4280677e6eeb16cd55d9865c0ea9f9d141af3/cider-client.el#L248-L252 works.
1 parent 7437c67 commit d4c7e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/modules/ROOT/pages/usage/pretty_printing.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can pass an options map to the print function by setting `cider-print-option
6767

6868
[source,lisp]
6969
----
70-
(setq cider-print-options '(dict "length" 50 "right-margin" 70))
70+
(setq cider-print-options '(("length" 50) ("right-margin" 70)))
7171
----
7272

7373
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

Comments
 (0)