Hacker News new | ask | show | jobs
by PessimalDecimal 214 days ago
Two approaches might work here:

  1) Run Emacs on your local machine and use Tramp to edit the remote files

  2) Run Emacs on the remote machine with the files you're editing. This likely means running in the terminal itself (emacs -nw  or requivalently emacs -t).