Skip to content
New issue

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

Easier customisation of *print-length* in cider REPL #2160

Closed
RickMoynihan opened this issue Jan 10, 2018 · 0 comments
Closed

Easier customisation of *print-length* in cider REPL #2160

RickMoynihan opened this issue Jan 10, 2018 · 0 comments

Comments

@RickMoynihan
Copy link
Contributor

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

bbatsov added a commit that referenced this issue Jan 20, 2018
…evel* via defcustoms

We also set a default *print-level* of 100 to help people kill their REPLs less
often. :-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant