Skip to content

Instantly share code, notes, and snippets.

@tsahara
Created January 5, 2017 03:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tsahara/37d72c7ed5cf6765c85471f2f9e8da7e to your computer and use it in GitHub Desktop.
Save tsahara/37d72c7ed5cf6765c85471f2f9e8da7e to your computer and use it in GitHub Desktop.
emacs-tramp
(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