]> jturnerusa.dev Git - emacs.d/commitdiff
add /root/bin to tramp-remote-path
authorJohn Turner <jturner.usa@gmail.com>
Tue, 12 Sep 2023 04:42:05 +0000 (00:42 -0400)
committerJohn Turner <jturner.usa@gmail.com>
Tue, 12 Sep 2023 04:42:05 +0000 (00:42 -0400)
packages/tramp.el

index 633e2540d28288849f8ac12436c3573fad85050d..501f6a6e1d999e93cd2a5ae2a8ce1212a514d71d 100644 (file)
@@ -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"))