We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
You can set this in your build tool, e.g. leiningen with a profile/project configuration like:
:repl-options { :init (set! *print-length* 16) }
However it might also be nice to be able to easily do this from the cider environment, with e.g. M-x customize-variable
M-x customize-variable
The text was updated successfully, but these errors were encountered:
43a22c9
[Fix #2160] Make it possible to customize *print-length* and *print-l…
107e05c
…evel* via defcustoms We also set a default *print-level* of 100 to help people kill their REPLs less often. :-)
No branches or pull requests
You can set this in your build tool, e.g. leiningen with a profile/project configuration like:
However it might also be nice to be able to easily do this from the cider environment, with e.g.
M-x customize-variable
The text was updated successfully, but these errors were encountered: