TRAMP: use scpx by default instead of scp

This commit is contained in:
Evie Litherland-Smith 2024-05-20 09:53:44 +01:00
parent f3c0b7937e
commit ab1c6a3ea3

View file

@ -1047,6 +1047,8 @@ Calls `project-remember-project-under' for ~/.config/,
(use-package tramp
:defer t
:custom
(tramp-default-method 'scpx)
:config
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
(add-to-list 'tramp-remote-path "~/.local/bin/"))