From 0e8a744bcd06bd9a90a87f1fd41320fc0cf894d1 Mon Sep 17 00:00:00 2001 From: Adam Goldsmith Date: Tue, 1 Mar 2016 15:28:17 -0500 Subject: [PATCH] Add some paths to tramp-remote-path - tramp-own-remote-path allows the server to set the path - /home/adam/asgoldsmith/install/bin/ is my install directory on the WPI CCC servers --- .emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 9ef3f2f..f0457e1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -83,6 +83,12 @@ (if (executable-find "ipython") (setq python-shell-interpreter "ipython"))) +(use-package tramp + :defer + :config + (add-to-list 'tramp-remote-path 'tramp-own-remote-path) + (add-to-list 'tramp-remote-path '"/home/adam/asgoldsmith/install/bin/")) + ;;;; external packages (required) (use-package company :quelpa :config