How do I create an empty file in emacs? February 23, 2023 by Tarik You can use the touch command: M-! touch __init__.py RET