Using a single emacs instance from multiple (virtual) machines

I like emacsclient. This allows me to use one Emacs frame for all my edits, also when programs want to open an editor (i.e. export EDITOR=emacsclient).

I would like it to work the same with virtual machines. I can use tramp to edit deleted files using Emacs in my single-frame installation, and it works very well, but that’s not enough. When I call git commitor sudoedit, I will have to use the terminal-based crappy editor that installs on the remote computer.

So, is there something like emacsclient that runs on multiple machines?

+3
source share
2

. ssh , , , emacsclient tramp ? script EDITOR, .

+4

, TRAMP, . -, , , , /sudo: , TRAMP , , /sudo: . . tramp-default-proxies-alist.

git commit . Emacs git, magit? TRAMP.

+2

Source: https://habr.com/ru/post/1795473/


All Articles