Store all temporary stuff in a specific cache folder

Instead of using effectively TMPDIR on the machine, let's use a `cache`
folder in the root of the .emacs.d directory.
This commit is contained in:
2019-03-25 17:16:29 +00:00
parent 928a34b7e2
commit 2e6dd89003
10 changed files with 39 additions and 21 deletions

View File

@@ -21,6 +21,8 @@
"*.min.js"
"*.min-latest.js"
"archive-contents"
"cache"
"elpa"
"node_modules"
"vendor/assets")))