Vagrant / Clojure / Emacs
问题 I want to put together a standard environment for exploring Clojure with Emacs. Has anyone got a recipe that would suit this? I'm thinking of a Vagrant system running a flavour of Ubuntu, with NREPL and some useful EMACS support plugins. 回答1: vagrant box add preciseMinimal http://goo.gl/wxdwM Change to Clojure vagrant base folder vagrant init preciseMinimal vagrant up vagrant ssh or ssh to 127.0.0.1 port 2222 (or other port mentioned in "vagrant up" output) sudo apt-get update sudo apt-get