gcv / julia-snail

An Emacs development environment for Julia
GNU General Public License v3.0
231 stars 21 forks source link

Automatically change to current project directory #69

Closed duzaichuan closed 2 years ago

duzaichuan commented 2 years ago

When I start a repl, I would like to have pwd to be in current project directory. I remembered julia-snail used to have done this automatically, but recently the pwd become my home directory. I have looked through the issue and README, ending up with no clues. I use the default config in the readme.

gcv commented 2 years ago

Should be fixed on master, commit bbfd150. It'll hit MELPA in a couple of hours, please give it a try and let me know if that worked.

duzaichuan commented 2 years ago

Yes, it works now. Thanks~