diff options
author | John Turner <jturner.usa@gmail.com> | 2023-09-12 00:42:05 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-09-12 00:42:05 -0400 |
commit | 982f716ff746b00e23868137f0069755e83b89c9 (patch) | |
tree | 88a5cdb977be57bc592210e59ae9519ff22e4c86 | |
parent | 76103cc738d0c84e490da355d37e9f88175a3f80 (diff) | |
download | emacs.d-982f716ff746b00e23868137f0069755e83b89c9.tar.gz |
add /root/bin to tramp-remote-path
-rw-r--r-- | packages/tramp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/tramp.el b/packages/tramp.el index 633e254..501f6a6 100644 --- a/packages/tramp.el +++ b/packages/tramp.el @@ -6,3 +6,4 @@ (add-to-list 'tramp-connection-properties (list (regexp-quote (format "/sudo:root@%s:" system-name)) "session-timeout" (* 60 60))) + (add-to-list 'tramp-remote-path "/root/bin")) |