From 42c07eda54c0e109995682946dac43014e915bca Mon Sep 17 00:00:00 2001 From: rekado Date: Wed, 3 Sep 2014 13:56:02 +0200 Subject: respect PATH variable on remote host --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 73634db..e3eba87 100644 --- a/init.el +++ b/init.el @@ -108,6 +108,9 @@ (add-to-list 'tramp-default-proxies-alist '((regexp-quote (system-name)) nil nil)) +;; respect the PATH variable on the remote machine +(add-to-list 'tramp-remote-path 'tramp-own-remote-path) + ;; Backup (file~) disabled and auto-save (#file#) locally to prevent delays in editing remote files (add-to-list 'backup-directory-alist (cons tramp-file-name-regexp nil)) -- cgit v1.2.3