11 lines
487 B
EmacsLisp
11 lines
487 B
EmacsLisp
(setq sting-local-path "/run/setuid-programs:/home/mprodrigues/.config/guix/current/bin:/home/mprodrigues/.guix-profile/bin:/run/current-system/profile/bin:/run/current-system/profile/sbin")
|
|
|
|
(connection-local-set-profile-variables 'sting-remote-path
|
|
'((tramp-remote-path . (tramp-own-remote-path
|
|
sting-local-path
|
|
tramp-default-remote-path))))
|
|
|
|
(connection-local-set-profiles
|
|
'(:application tramp :user "mprodrigues" :machine "78.141.218.197")
|
|
'sting-remote-path)
|