summary refs log tree commit diff
path: root/emacs/custom/my-tramp.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-29 08:59:15 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-29 08:59:15 -0700
commit80d30f549f0701a89de546a62910d1958195c102 (patch)
treeecf3772952ad97d3dc1a008b0ee56944080f4a41 /emacs/custom/my-tramp.el
parentmy-text: enable goto-address-mode (diff)
downloademacs.d-80d30f549f0701a89de546a62910d1958195c102.tar.gz
don't specify where to write Emacs files
We don't care, as long as these files are ignored in `.gitignore' it
does not matter where we write them.
Diffstat (limited to 'emacs/custom/my-tramp.el')
-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'")