mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
borkdude/flycheck-clj-kondo@f652a8d -> borkdude/flycheck-clj-kondo@d46745c clojure-emacs/cider@52dcc60 -> clojure-emacs/cider@8f5657b clojure-emacs/clj-refactor.el@92d3723 -> clojure-emacs/clj-refactor.el@8259791
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.
Plugins
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.