emacs-prelude/docs/modules/clojure.md
Kostas Tsiligkiris 9ed0d772da [DOCS] Fix problem with Edit in github link
The link is created with docs in it, even if the mkdocs.yml file
mentions doc as the documentation folder. I am not aware if there is
any other dependency in the name doc, I have renamed it to docs and
changed it also in the mkdocs.yml file. It seems docs is hardcoded in
the readthedocs theme :(
2022-04-11 09:11:28 +03:00

903 B

Prelude Clojure

!!! Note

This module builds on top of the shared [Lisp Base](lisp.md) module.

Clojure Mode

This module bundles clojure-mode, a major mode for programming in Clojure, and some sensible defaults for it.

CIDER

This module also bundles CIDER, a popular interactive programming environment for Clojure.

Intentionally, Prelude doesn't install by default popular CIDER plugins like clj-refactor, sayid, etc, as those can be overwhelming to newcomers and are easy to setup if you need them.

CIDER Alternatives

Depending on your preferences you might want to use inf-clojure or clojure-lsp alongside/instead of CIDER, but you'll have to set them up yourselves.

Fun trivia

I'm the author of CIDER and inf-clojure and the primary maintainer of clojure-mode. I'm also a co-maintainer of clj-refactor. I guess I love Clojure! :-)