Fix setting tramp-default-method
This commit is contained in:
parent
ab1c6a3ea3
commit
eaef37c3f3
2
init.el
2
init.el
|
@ -1048,7 +1048,7 @@ Calls `project-remember-project-under' for ~/.config/,
|
||||||
(use-package tramp
|
(use-package tramp
|
||||||
:defer t
|
:defer t
|
||||||
:custom
|
:custom
|
||||||
(tramp-default-method 'scpx)
|
(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