funcool / clojurescript-unraveled

An open source book about ClojureScript

Home Page:http://funcool.github.io/clojurescript-unraveled/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Editor/IDE setup appendices

opened this issue · comments

You have a section on Emacs setup:

http://funcool.github.io/clojurescript-unraveled/#appendix-b-setting-up-a-clojurescript-development-environment

but it's just a placeholder for now.

CIDER is a pretty popular Emacs package for working with Clojure(Script). There is already a section in it's manual about working with ClojureScript:

https://cider.readthedocs.io/en/latest/up_and_running/#clojurescript-usage

Can the link to that section in CIDER be added to your repo under the appendix instead of writing it and possibly duplicating the information ?

Thanks