In Emacs, how do I figure out which package is loading tramp?

前端 未结 4 1943
我寻月下人不归
我寻月下人不归 2021-02-09 12:11

I have a strange interaction with tramp and cygwin-mount (I think: Emacs: Tab completion of file name appends an extra i:\\cygwin). Because of this, I want to disable tramp. I\'

4条回答
  •  执笔经年
    2021-02-09 12:46

    Instrument find-file for debugging and/or instrument your init file for debugging. Then you can step through the loading and see where the tramp stuff is loaded.

提交回复
热议问题