emacs/var/elfeed/db/data/14/144a157f10ca03a5e303aef1d76ceea8100fe336
2022-01-03 12:49:32 -06:00

1 line
1.9 KiB
Plaintext

<!-- SC_OFF --><div class="md"><p>I&#39;m in the process of migrating back to emacs (for org-mode, especially org-roam) from vim land and want to recreate my workflow. I have a work-issued MacBook that&#39;s performance is less than optimal, especially for docker stuff. To remedy that, I have a beefy VM on my personal workstation that I ssh into then do all my work in nvim with tmux and it all works quite nicely.</p> <p>I&#39;m trying to recreate that workflow with the Emacs GUI. I&#39;ve found a few blog posts that talk about SSH forwarding the emacs server socket allowing you to open remote files in your GUI using TRAMP mode. This is not really what I want since I want pretty much all compute, (running makes tasks, using the lang server, etc) to be on my workstation VM and just have a window into it via the emacs GUI on my Mac.</p> <p>What I&#39;m looking at doing now is running an emacs server in TCP mode on my VM, then connecting to that on my mac. What I&#39;ve read so far is that it wasn&#39;t made for what I want, just because Windows doesn&#39;t support Unix sockets, and there are massive security concerns, which is not a concern for me since my VM is only accessible through a VPN.</p> <p>I guess my questions boil down to:</p> <ol> <li>Is anyone using emacs server TCP mode to work on a remote machine with good or bad experience?</li> <li>Is there a better way to do what I want?</li> <li>Am I being a moron trying to use the GUI and should just use emacs in terminal mode like I was with nvim?</li> </ol> <p>Thanks for any info you can provide!</p> </div><!-- SC_ON --> &#32; submitted by &#32; <a href="https://www.reddit.com/user/RyanTheKing"> /u/RyanTheKing </a> <br/> <span><a href="https://www.reddit.com/r/emacs/comments/r2txoe/setup_for_using_emacs_gui_with_a_remote_server/">[link]</a></span> &#32; <span><a href="https://www.reddit.com/r/emacs/comments/r2txoe/setup_for_using_emacs_gui_with_a_remote_server/">[comments]</a></span>