.emacs.d/dir-locals
John Turner ec6c5e35fa
override "TMPDIR" environment variable for all cargo commands
Rustdoc does not respect "CARGO_TARGET_DIR" and instead uses "TMPDIR"
or /tmp. On systems that mount /tmp with "noexec" this breaks doc
tests, since they can't be executed.
..
eglot-rust-dir-locals.el override "TMPDIR" environment variable for all cargo commands
elisp-dir-locals.el added elisp-dir-locals.el