diff options
| author | TCCQ <thomasmulmer02@gmail.com> | 2025-03-29 17:27:31 -0700 |
|---|---|---|
| committer | TCCQ <thomasmulmer02@gmail.com> | 2025-03-29 17:27:31 -0700 |
| commit | cc601aa470397e05f51464e9a66bef8c6469181a (patch) | |
| tree | 4cb75e7bce71133c0d62a9266335e8f8be174c3c /emacs/init.el | |
| parent | 2576f016153baa11c6e62deeb329dd72f0aa89c8 (diff) | |
temp local files for tramp
Diffstat (limited to 'emacs/init.el')
| -rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 6c29450..0d23217 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -354,6 +354,9 @@ (add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode) (push "pass" eshell-visual-commands)) +;; make tramp not prompt for autosaving root owned files +(setq tramp-allow-unsafe-temporary-files t) + ;; ---------------------------------------------------------------------- ;; my custom stuff |
