Wednesday, April 7, 2010

How to get Tramp to stop automatically attempting to connect

I admit it, I tried out Tramp in emacs, and it was cool. However, after you open something in Tramp, it decides that it always wants to connect. Very annoying. It took me a while, but I think I figured out where this was happening, it was because of a recently used list or something in .ido.last

rm -f ~/.ido.last

and emacs will boot without trying to connect. I suppose you could always edit that file or learn more about the ido feature.

No comments: