How do I create a directory from within Emacs?

前端 未结 6 2142
夕颜
夕颜 2021-01-29 20:15

How exactly can I create a new directory using Emacs? What commands do I use? (If possible, please provide an example)

6条回答
  •  你的背包
    2021-01-29 20:55

    I came across this question while searching for how to automatically create directories in Emacs. The best answer I found was in another thread from a few years later. The answer from Victor Deryagin was exactly what I was looking for. Adding that code to your .emacs will make Emacs prompt you to create the directory when you go to save the file.

提交回复
热议问题