doomemacs/modules/lang/clojure
Henrik Lissner 993ad257e3
Merge pull request #2580 from yuhan0/change-clj-linter
Change clojure linter to clj-kondo
2020-02-24 20:44:44 -05:00
..
autoload.el lang/clojure: start clojurescript repl correctly 2019-10-15 17:35:22 +02:00
config.el Merge pull request #2580 from yuhan0/change-clj-linter 2020-02-24 20:44:44 -05:00
packages.el Merge pull request #2580 from yuhan0/change-clj-linter 2020-02-24 20:44:44 -05:00
README.org lang/clojure: add README #1166 2020-02-23 16:55:00 -05:00

lang/clojure

Description

  • If possible, include a brief list of feature highlights here
  • Like code completion, syntax checking or available snippets
  • Include links to packages & external things where possible

Maintainers

  • @username_linked_to_gihub (Author)
  • @username_linked_to_gihub
  • @username_linked_to_gihub

This module has no dedicated maintainers.

Module Flags

  • +lsp Enables LSP support. Disables 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.

Prerequisites

This module requires:

  • clojure
  • With +lsp

    • clojure-lsp
  • Without +lsp

    • leiningen (REPL)
    • joker (linter)

TODO Features

TODO Configuration

TODO Troubleshooting