From eaef37c3f3998f853b2d6bbff98b77b5d82bc962 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 20 May 2024 10:14:03 +0100 Subject: [PATCH] Fix setting tramp-default-method --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index c9b1908..d8725bf 100644 --- a/init.el +++ b/init.el @@ -1048,7 +1048,7 @@ Calls `project-remember-project-under' for ~/.config/, (use-package tramp :defer t :custom - (tramp-default-method 'scpx) + (tramp-default-method "scpx") :config (add-to-list 'tramp-remote-path 'tramp-own-remote-path) (add-to-list 'tramp-remote-path "~/.local/bin/"))