I noticed that Emacs sometimes creates files named something like #filename#
in the same directory as the file I am editing. What are those and is it possible to disable their creation? I already have (setq create-lockfiles nil)
in my config (and lock files are supposed to start with .#
so I'm not sure that's what they are).