Fork me on GitHub
#cider
<
2019-04-26
>
frozenlock14:04:22

I'm working on a project with files symlinked from another directory. When I work on those files, Cider (or clojure-mode?) acts as if it was a totally unrelated file from the running REPL (`cider-find-var` doesn't work, etc...)

frozenlock14:04:03

Is there a way to configure it to consider files that aren't directly downstream of the project root project.clj?

yuhan15:04:45

check out the sesman-link-* commands

frozenlock16:04:39

@qythium I'll take a look, thanks!