Emacs config utilizing prelude as a base
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
903 B

  1. # Prelude Clojure
  2. !!! Note
  3. This module builds on top of the shared [Lisp Base](lisp.md) module.
  4. ## Clojure Mode
  5. This module bundles `clojure-mode`, a major mode for programming in Clojure,
  6. and some sensible defaults for it.
  7. ## CIDER
  8. This module also bundles [CIDER](https://docs.cider.mx), a popular interactive
  9. programming environment for Clojure.
  10. Intentionally, Prelude doesn't install by default popular CIDER plugins like
  11. `clj-refactor`, `sayid`, etc, as those can be overwhelming to newcomers and
  12. are easy to setup if you need them.
  13. ## CIDER Alternatives
  14. Depending on your preferences you might want to use `inf-clojure` or `clojure-lsp`
  15. alongside/instead of CIDER, but you'll have to set them up yourselves.
  16. ## Fun trivia
  17. 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! :-)