summaryrefslogtreecommitdiff
path: root/emacs/custom/my-tramp.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-tramp.el')
-rw-r--r--emacs/custom/my-tramp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/custom/my-tramp.el b/emacs/custom/my-tramp.el
index 9854dab..02d32f1 100644
--- a/emacs/custom/my-tramp.el
+++ b/emacs/custom/my-tramp.el
@@ -8,6 +8,7 @@
:custom
(tramp-default-method "ssh")
(tramp-histfile-override t)
+ (tramp-persistency-file-name (expand-file-name "var/tramp" user-emacs-directory))
(tramp-ssh-controlmaster-options
"-o ControlMaster=auto -o ControlPath='tramp.%%C'"))