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:
Adam Goldsmith 2016-03-01 15:28:17 -05:00
parent 15be089570
commit 0e8a744bcd

View File

@ -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