How do I create an empty file in emacs?

前端 未结 15 646
轻奢々
轻奢々 2020-12-13 03:20

How can I create an empty file from emacs, ideally from within a dired buffer?

For example, I\'ve just opened a Python module in dired mode, created a new directory,

15条回答
  •  离开以前
    2020-12-13 04:16

    After this thread, Emacs has added two new commands:

    1. make-empty-file
    2. dired-create-empty-file

    These commands will be available in the emacs 27.1 release.

提交回复
热议问题