TRAMP: use scpx by default instead of scp
This commit is contained in:
parent
f3c0b7937e
commit
ab1c6a3ea3
2
init.el
2
init.el
|
@ -1047,6 +1047,8 @@ Calls `project-remember-project-under' for ~/.config/,
|
||||||
|
|
||||||
(use-package tramp
|
(use-package tramp
|
||||||
:defer t
|
:defer t
|
||||||
|
:custom
|
||||||
|
(tramp-default-method 'scpx)
|
||||||
:config
|
:config
|
||||||
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
|
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
|
||||||
(add-to-list 'tramp-remote-path "~/.local/bin/"))
|
(add-to-list 'tramp-remote-path "~/.local/bin/"))
|
||||||
|
|
Loading…
Reference in a new issue