From cc601aa470397e05f51464e9a66bef8c6469181a Mon Sep 17 00:00:00 2001 From: TCCQ Date: Sat, 29 Mar 2025 17:27:31 -0700 Subject: temp local files for tramp --- emacs/init.el | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs/init.el') 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 -- cgit v1.2.3