summaryrefslogtreecommitdiff
path: root/emacs/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.el')
-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