Update tramp config

This commit is contained in:
David Morgan 2022-11-29 16:15:11 +00:00
parent 433a03dee0
commit db5ca9400c
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 1 deletions

View File

@ -4,13 +4,14 @@
(use-feature tramp
:defer 5
:config
(add-to-list 'tramp-remote-path "/run/current-system/sw/bin")
:custom
(tramp-default-method "ssh")
(vc-ignore-dir-regexp
(format "\\(%s\\)\\|\\(%s\\)"
vc-ignore-dir-regexp
tramp-file-name-regexp))
(tramp-default-method "ssh")
(tramp-auto-save-directory (expand-file-name "tramp-auto-save" user-emacs-directory))
(tramp-persistency-file-name (expand-file-name "tramp-connection-history" user-emacs-directory))
(password-cache-expiry nil))