[emacs] Configure TRAMP to allow sudo over ssh

This commit is contained in:
Correl Roush 2014-01-08 11:06:53 -05:00
parent a6116c3adf
commit d0c0069c93

View file

@ -0,0 +1 @@
(set-default 'tramp-default-proxies-alist (quote ((".*" "\\`root\\'" "/ssh:%h:"))))