TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to setup an interactive dev environment with Emacs and Vagrant?

1 点作者 momo-reina大约 8 年前
I&#x27;ve been trying out Vagrant as my dev environment since Arch Linux performance on Virtualbox on my brand new MacBook Pro 2016 is horrendous.<p>Remote editing of files with Emacs on the host machine is no problem, but how do you go about setting up a completely interactive environment, e.g. Slime, with this setup? I tried setting up an emacs server on the remote and using emacsclient on the host to connect to it, but that didn&#x27;t work out.<p>Right now it seems that I need to keep a copy of the dev tools that I use (quicklisp, numerous Lisps, etc.) on the host and the Vagrant box is just a dumb repository of the source files, which is not really what I&#x27;m looking for.

1 comment

gosuteacher大约 8 年前
I didn&#x27;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.<p>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.<p>Good luck.<p>P.S.: Not a DevOps, these are my 2 cents. P.P.S.: Don&#x27;t kill me.
评论 #14171361 未加载