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
This commit is contained in:
parent
15be089570
commit
0e8a744bcd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user