Is there a way to connect to remote emacs with local emacs configure?

171 views Asked by At

On my laptop, I tried the emacs server-start to start a server daemon, and then i use emacsclient -c to connet the server.

It is awesome.

I have a PC used like a server for some guys using the same account -- root. So on the PC , there is no .emacs file or .emacs.d dir.

I write the code using emacs with .emacs.d dir on my laptop and then scp or async to remote PC for other guys.

I wonder if I can start a emacs server on PC, and I use the laptop with laptop .emacs.d configure, then connect to remote PC to editor some file.

If it work, I can use any laptop without copy the code on it.

Can it be solved?

0

There are 0 answers