From ab1c6a3ea316b73cc28de7f18a611179a75efddb Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 20 May 2024 09:53:44 +0100 Subject: [PATCH] TRAMP: use scpx by default instead of scp --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index b618703..c9b1908 100644 --- a/init.el +++ b/init.el @@ -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/"))