mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Due to the value being set not ending with a slash, auto-save files were being stores in `~/.emacs.d/cache` instead of `~/.emacs.d/cache/autosave`. The fix was to add a slash at the end, and also to ensure the directory exists.