Created
January 5, 2017 03:43
-
-
Save tsahara/37d72c7ed5cf6765c85471f2f9e8da7e to your computer and use it in GitHub Desktop.
emacs-tramp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(require 'tramp) | |
(eval-after-load 'tramp | |
'(progn | |
(setenv "SHELL" "/bin/sh") ; tramp expects something on shell... | |
(setenv "TMPDIR" "/tmp") ; tramp hates long directory name... | |
(setq vc-handled-backends '()))) ; tramp freezes... | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment