mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Emacs generates long file names for auto-save and backup files. undo-fu-session and tramp are two more big offenders. This fix SHA1s their file names so they never exceed 40 characters. Will also affect any package that uses make-backup-file-name-1 directly (like undo-tree).