diff options
| -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 1c47a39..93a4552 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -434,6 +434,9 @@ (pass-supress-confirmations t)) (setq epg-pinentry-mode 'loopback) +;; make tramp not prompt for autosaving root owned files +(setq tramp-allow-unsafe-temporary-files t) + ;; ---------------------------------------------------------------------- ;; my custom stuff |
