Fork me on GitHub
#cider
<
2017-06-29
>
stardiviner13:06:03

How to change CIDER/nREPL currently working directory? Here is my question asked in Org-mode mailing list: https://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00285.html https://lists.gnu.org/archive/html/emacs-orgmode/2017-06/msg00540.html

a1313:06:43

afaik you can't change JVM working dir, see http://raynes.github.io/fs/me.raynes.fs.html#var-*cwd*

dpsutton13:06:57

i see this in the cider jack in stacktrace (setq nrepl-project-dir directory)

dpsutton13:06:20

but i doubt it would work. just changing that wouldn't add anything to your classpath, etc

dpsutton13:06:55

and that's buffer local to the server proc it looks like