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