Emacs, by default, has a habit of leaving backup files all over the place, which can be quite annoying. However, there are ways to address this issue. One solution involves creating separate directories for backups and autosaves. Another surprising default setting in Emacs is the way it handles backups. Instead of simply creating a copy of the file, Emacs actually moves the original file and gives you the backup to work on. This can cause problems with hardlinks. Another controversial default setting is the use of double spaces between sentences. While this may have made sense in the typewriter era, it messes up paragraph filling and sentence commands. Indentation and brace style in Emacs also deviate from the norm, causing conflicts when working on other people’s projects. However, there are packages available that can help with this issue. Additionally, there are certain key bindings in Emacs that may not be ideal, such as the Ctrl-H key, which launches a help menu instead of performing a backspace function. There are ways to customize these key bindings to suit your preferences. Other default settings that the author suggests changing include the requirement of a final newline, resizing of frames, displaying trailing whitespace, and the behavior of the kill-line command. Overall, there are
https://idiomdrottning.org/bad-emacs-defaults