Skip to content

Commit 066a452

Browse files
committed
Use remote path for TRAMP
1 parent db17c8b commit 066a452

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/config-tramp.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
(with-eval-after-load 'tramp
2727
(eval-when-compile (require 'tramp))
28+
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)
2829
(setq tramp-completion-use-auth-sources nil)
2930
;; Define a rsyncx method analogous to scpx
3031
(add-to-list 'tramp-methods

0 commit comments

Comments
 (0)