How to set default working directory in Emacs - troubleshooting

后端 未结 7 1592
终归单人心
终归单人心 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:29

    I think you just need to use the right backslash (and escape them). This worked in my .emacs:

    (setq default-directory "C:\windows")

提交回复
热议问题