summary refs log tree commit diff
path: root/emacs/custom/my-tramp.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-tramp.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/custom/my-tramp.el b/emacs/custom/my-tramp.el
index 3d87f7a..ed343bc 100644
--- a/emacs/custom/my-tramp.el
+++ b/emacs/custom/my-tramp.el
@@ -4,7 +4,6 @@
 
 ;;; Code:
 
-(customize-set-variable 'tramp-persistency-file-name (expand-file-name "var/tramp" user-emacs-directory))
 (customize-set-variable 'tramp-default-method "ssh")
 (customize-set-variable 'tramp-histfile-override t)
 (customize-set-variable 'tramp-ssh-controlmaster-options "-o ControlMaster=auto -o ControlPath='tramp.%%C'")