|
|
|
|
|
by gosuteacher
3352 days ago
|
|
I didn't work with emacs.(Sorry there)
For code editing, vagrant mounts volumes from the host machine, so you can edit the code from the host machine and it will update in the box too. Suggestion: Almost the same thing you can achieve with Docker(containers). Because you have a Mac, you need to check the permissions to files that need to be written from both the host and the container. Good luck. P.S.: Not a DevOps, these are my 2 cents.
P.P.S.: Don't kill me. |
|
I need an Linux Dev environment, that includes all the tools for emacs. I used to just live in the VM, but current performance is terrible, so I'm trying to see what my options are with just connecting to the VM from the host and editing from the host. That means though that all the tools are on the VM (REPL, etc) so I need to find a way to connect running emacs instance in the VM