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,
The best option would be:
(with-temp-file "filename" (insert ""))