How to set default working directory in Emacs - troubleshooting

后端 未结 7 1439
终归单人心
终归单人心 2020-12-25 13:34

I know this has been posted many times, but the solutions are not working for me. I\'ve tried the following solutions from this post (Changing the default folder in Emacs):<

相关标签:
7条回答
  • 2020-12-25 14:30

    Here's what I did, and worked with no problems:

    setq default-directory "C:\\Path\\To\\Directory\\"
    

    Saved and relaunched. I think in the windows env, you need to have double back-slashes.

    0 讨论(0)
提交回复
热议问题