How can I open a remote file over HTTP with Emacs?

后端 未结 2 1718
生来不讨喜
生来不讨喜 2021-02-12 17:57

Most of the open source software around expose its code over some HTTP service. I would like to open and browse such code from Emacs, but AFAICS tramp only allows for ssh<

2条回答
  •  一向
    一向 (楼主)
    2021-02-12 18:34

    M-x browse-url-emacs RET http... RET

    You might need to use M-x normal-mode RET afterwards to set the appropriate mode for the buffer.

提交回复
热议问题