From ccdb5b9ec4af3879d2792f98782c91d2aae93fd4 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Wed, 22 Dec 2021 07:39:02 +0000
Subject: [PATCH] Added remote path sourcing for tramp
---
config.org | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/config.org b/config.org
index 0c9cdfc..1d46a04 100644
--- a/config.org
+++ b/config.org
@@ -702,7 +702,8 @@
;; (setq tramp-default-method "ssh")
(when (eq system-type 'windows-nt)
(setq tramp-default-method "pscp"))
- (setq password-cache-expiry nil))
+ (setq password-cache-expiry nil)
+ (add-to-list 'tramp-remote-path 'tramp-own-remote-path))
#+END_SRC
** COMMENT Y or N instead of yes or no
--
Gitblit v1.10.0