view .elisp/settings/10.tramp.el @ 345:b9c8655f12f0

emacs: only call server-edit during my save function if the buffer was actually a server buffer
author Augie Fackler <raf@durin42.com>
date Wed, 10 Sep 2014 14:57:26 -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)