When I edit a file in Emacs, it creates a `.#filename` which bothers me right now.
I have put `(setq remote-file-name-inhibit-locks nil)` and `(setq auto-save-default nil)` in my conf but the annoying file is still here.
Anyone has a solution for me ?
Found it !
`(setq create-lockfiles nil)`