Mercurial > dotfiles
view .elisp/settings/10.tramp.el @ 425:d0a5109cdfe2
custom: disable magit-auto-revert-mode
This seems to interact poorly with global-auto-revert mode and tramp,
so just drop it for now.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 29 Nov 2016 13:35:42 -0500 |
parents | 1b5d9d370b04 |
children | 779ecb9643c2 |
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) ;; sometime in 2014 tramp started passing -l to sh, which doesn't work ;; with BSD sh. Use bash instead. (add-to-list 'tramp-connection-properties (list (regexp-quote "home.durin42.com") "remote-shell" "bash"))