We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
bbatsov
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 2d04e9e commit baddbc5Copy full SHA for baddbc5
cider-client.el
@@ -250,7 +250,7 @@ Assuming this is the Clojure map you want to use as `cljfmt' options:
250
you need to encode it as the following plist:
251
252
\\='((\"indents\" ((\"org.me/foo\" ((\"inner\" 0))))) (\"alias-map\" ((\"me\" \"org.me\"))))"
253
- :type 'list
+ :type '(repeat sexp)
254
:group 'cider
255
:package-version '(cider . "1.1.0"))
256
@@ -317,7 +317,7 @@ nil."
317
Here's an example for `pprint':
318
319
\\='((\"length\" 50) (\"right-margin\" 70))"
320
321
322
:package-version '(cider . "0.21.0"))
323
0 commit comments