mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -21,6 +21,8 @@
|
||||
"*.min.js"
|
||||
"*.min-latest.js"
|
||||
"archive-contents"
|
||||
"cache"
|
||||
"elpa"
|
||||
"node_modules"
|
||||
"vendor/assets")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user