cider

A channel dedicated to the Clojure Interactive Development Environment that Rocks (aka CIDER). :cider:
2021-03-18T21:15:47.011600Z

When I attempt to cider-jack-in from within (not at top level, e.g src/foo/bar.clj) a deps.edn project, CIDER is not finding my deps.edn file, and then asks "do you want to start a REPL outside a project", and if I do, then it doesn't load my deps.edn file anyway, so #fail. If I jack in from the root of my project, that works ok. Since nobody else seems to have this problem, presumably it is specific to me and my .emacs config. I would welcome any suggestions/ideas about where I should look/investigate to debug/fix this.

dpsutton 2021-03-18T21:25:05.012100Z

Update your clojure mode I suspect

dpsutton 2021-03-18T21:25:34.012800Z

You might be on a version that wasn’t aware deps.edn was a top level project file