view .elisp/settings/10.tramp.el @ 397:98484e1f564f

rust: lots of new configs to make working with rust code easy
author Augie Fackler <raf@durin42.com>
date Mon, 27 Jun 2016 16:27:46 -0400
parents 7530d66758cb
children 1b5d9d370b04
line wrap: on
line source

;; Prevent TRAMP from being too clever about $PATH
(require 'tramp)
(add-to-list 'tramp-remote-path 'tramp-own-remote-path)