Hacker News new | ask | show | jobs
by ghosty141 872 days ago
Could you explain the part about the headless emacs server? I thought emacsclient only worked locally.
1 comments

It's been a while since I've run with that configuration, but setting the variable server-use-tcp to non-nil enables it. On startup, the server creates a file with the connection details that emacsclient can consume. I think it just works if the filesystem is shared between client and server machines but command line options allows the use of a copy on the client.