Vagrant / Clojure / Emacs

前端 未结 2 2140
醉话见心
醉话见心 2021-02-10 10:44

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

2条回答
  •  被撕碎了的回忆
    2021-02-10 11:01

    A Github hosted, shell provisioned vagrant setup is located here:

    https://github.com/pattinsont/Ukelele

    All that should be required is a checkout and vagrant up.

    Once the VM is up, ssh onto box. Run emacs to complete install. Then M-x cider-jack-in

提交回复
热议问题