summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTCCQ <thomasmulmer02@gmail.com>2025-03-29 17:27:31 -0700
committerTCCQ <thomasmulmer02@gmail.com>2025-03-29 17:27:31 -0700
commitcc601aa470397e05f51464e9a66bef8c6469181a (patch)
tree4cb75e7bce71133c0d62a9266335e8f8be174c3c
parent2576f016153baa11c6e62deeb329dd72f0aa89c8 (diff)
temp local files for tramp
-rw-r--r--emacs/init.el3
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