Fix setting tramp-default-method

This commit is contained in:
Evie Litherland-Smith 2024-05-20 10:14:03 +01:00
parent ab1c6a3ea3
commit eaef37c3f3

View file

@ -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/"))