doomemacs/modules/lang/clojure
Henrik Lissner b24d545f50
Bump :lang clojure
clojure-emacs/cider@d63e565 -> clojure-emacs/cider@3a59fe0
clojure-emacs/clojure-mode@c970c46 -> clojure-emacs/clojure-mode@da9f1ec

We're also transitioning from abbreviated SHA1 hashes to full ones. See
45cdfb125 for why.
2020-05-10 05:11:55 -04:00
..
autoload.el lang/clojure: start clojurescript repl correctly 2019-10-15 17:35:22 +02:00
config.el General refactors, reformatting & comment revision 2020-04-23 23:56:17 -04:00
packages.el Bump :lang clojure 2020-05-10 05:11:55 -04:00
README.org Update Clojure module README 2020-03-30 22:07:25 +03:00

lang/clojure

Description

This module adds support for the Clojure(Script) language.

  • Interactive development environment (cider): REPL, compilation, debugging, running tests, definitions & documentation lookup, code completion, and many more
  • Refactoring (clj-refactor)
  • Linting (clj-kondo), requires :checkers syntax
  • LSP support

Maintainers

This module has no dedicated maintainers.

Module Flags

  • +lsp Enables LSP support, alongside Cider.

Hacks

  • Error messages emitted from CIDER are piped into the REPL buffer when it is first opened, to make them easier to notice.
  • Disabled the help banner when opening the cider REPL.

Prerequisites

This module requires:

TODO Features

TODO Configuration

TODO Troubleshooting