cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
Mitch 2020-07-29T12:02:55.479600Z

Is there a way to set default cli options when you are jacking in without a project? It would be nice to have some choice dependencies loaded in without having to manually prefix cider-jack-in and include your profiles

zane 2020-07-29T15:45:29.480Z

Yes. You could set cider-clojure-cli-global-options.

zane 2020-07-29T15:45:42.480200Z

If you wanted different options per-project you could use .dir-locals.

Mitch 2020-07-29T18:42:17.480400Z

right, thanks. I wasn't thinking that it would be over-written if my project had a .dir-locals

zane 2020-07-29T19:32:14.480600Z

You’re welcome! The docs have a section on this: https://docs.cider.mx/cider/config/project_config.html