← [[doom-module-index:][Back to module index]] ↙ [[doom-module-issues:::lang clojure][Issues]] ↖ [[doom-module-source:lang/clojure][Source]] ± [[doom-suggest-edit:][Suggest edits]] ? [[doom-help-modules:][Help]] -------------------------------------------------------------------------------- #+TITLE: :lang clojure #+SUBTITLE: Java with a lisp #+CREATED: May 30, 2017 #+SINCE: 2.0.3 * Description :unfold: This module adds support for the Clojure(Script) language. - Interactive development environment (~cider~): REPL, compilation, debugging, running tests, definitions & documentation lookup, code completion, and much more - Refactoring (~clj-refactor~) - Linting (~clj-kondo~), requires ~:checkers syntax~ - LSP support (~clojure-lsp~) ** Maintainers /This module has no dedicated maintainers./ [[doom-contrib-maintainer:][Become a maintainer?]] ** Module flags - +lsp :: Enable LSP support for ~clojure-mode~ (alongside Cider). Requires [[doom-module:][:tools lsp]] and a langserver (supports [[https://clojure-lsp.io/][clojure-lsp]]). ** Packages - [[doom-package:][cider]] - [[doom-package:][clj-refactor]] - [[doom-package:][flycheck-clj-kondo]] if [[doom-module:][:checkers syntax]] ** 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. ** TODO Changelog # This section will be machine generated. Don't edit it by hand. /This module does not have a changelog yet./ * Installation [[id:01cffea4-3329-45e2-a892-95a384ab2338][Enable this module in your ~doom!~ block.]] This module requires: - [[https://clojure.org/][clojure]] - [[https://leiningen.org/][leiningen]], for the REPL - [[https://github.com/borkdude/clj-kondo][clj-kondo]], for linting code - [[https://clojure-lsp.github.io/clojure-lsp/][clojure-lsp]], for LSP support (if [[doom-module:][+lsp]]) * TODO Usage #+begin_quote 🔨 /This module's usage documentation is incomplete./ [[doom-contrib-module:][Complete it?]] #+end_quote | Keybind | Command | |-------------------+------------------------------------------------------| | [[kbd:][ ']] | ~cider-jack-in-clj~ | | [[kbd:][ C]] | ~cider-connect-cljs~ | | [[kbd:][ M]] | ~cider-macroexpand-all~ | | [[kbd:][ R]] | ~hydra-cljr-help-menu/body~ | | [[kbd:][ c]] | ~cider-connect-clj~ | | [[kbd:][ e D]] | ~cider-insert-defun-in-repl~ | | [[kbd:][ e E]] | ~cider-insert-last-sexp-in-repl~ | | [[kbd:][ e R]] | ~cider-insert-region-in-repl~ | | [[kbd:][ e b]] | ~cider-eval-buffer~ | | [[kbd:][ e d]] | ~cider-eval-defun-at-point~ | | [[kbd:][ e e]] | ~cider-eval-last-sexp~ | | [[kbd:][ e r]] | ~cider-eval-region~ | | [[kbd:][ e u]] | ~cider-undef~ | | [[kbd:][ g b]] | ~cider-pop-back~ | | [[kbd:][ g g]] | ~cider-find-var~ | | [[kbd:][ g n]] | ~cider-find-ns~ | | [[kbd:][ h a]] | ~cider-apropos~ | | [[kbd:][ h c]] | ~cider-clojuredocs~ | | [[kbd:][ h d]] | ~cider-doc~ | | [[kbd:][ h j]] | ~cider-javadoc~ | | [[kbd:][ h n]] | ~cider-find-ns~ | | [[kbd:][ h w]] | ~cider-clojuredocs-web~ | | [[kbd:][ i e]] | ~cider-enlighten-mode~ | | [[kbd:][ i i]] | ~cider-inspect~ | | [[kbd:][ i r]] | ~cider-inspect-last-result~ | | [[kbd:][ m "]] | ~cider-jack-in-cljs~ | | [[kbd:][ m]] | ~cider-macroexpand-1~ | | [[kbd:][ n N]] | ~cider-browse-ns-all~ | | [[kbd:][ n n]] | ~cider-browse-ns~ | | [[kbd:][ n r]] | ~cider-ns-refresh~ | | [[kbd:][ p d]] | ~cider-pprint-eval-defun-at-point~ | | [[kbd:][ p D]] | ~cider-pprint-eval-defun-to-comment~ | | [[kbd:][ p p]] | ~cider-pprint-eval-last-sexp~ | | [[kbd:][ p P]] | ~cider-pprint-eval-last-sexp-to-comment~ | | [[kbd:][ p r]] | ~cider-pprint-eval-last-sexp-to-repl~ | | [[kbd:][ r B]] | ~+clojure/cider-switch-to-repl-buffer-and-switch-ns~ | | [[kbd:][ r L]] | ~cider-load-buffer-and-switch-to-repl-buffer~ | | [[kbd:][ r R]] | ~cider-restart~ | | [[kbd:][ r b]] | ~cider-switch-to-repl-buffer~ | | [[kbd:][ r c]] | ~cider-find-and-clear-repl-output~ | | [[kbd:][ r l]] | ~cider-load-buffer~ | | [[kbd:][ r n]] | ~cider-repl-set-ns~ | | [[kbd:][ r q]] | ~cider-quit~ | | [[kbd:][ r r]] | ~cider-ns-refresh~ | | [[kbd:][ t a]] | ~cider-test-rerun-test~ | | [[kbd:][ t l]] | ~cider-test-run-loaded-tests~ | | [[kbd:][ t n]] | ~cider-test-run-ns-tests~ | | [[kbd:][ t p]] | ~cider-test-run-project-tests~ | | [[kbd:][ t r]] | ~cider-test-rerun-failed-tests~ | | [[kbd:][ t s]] | ~cider-test-run-ns-tests-with-filters~ | | [[kbd:][ t t]] | ~cider-test-run-test~ | * TODO Configuration #+begin_quote 🔨 This module has no configuration documentation yet. [[doom-contrib-module:][Write some?]] #+end_quote * Troubleshooting /There are no known problems with this module./ [[doom-report:][Report one?]] * Frequently asked questions /This module has no FAQs yet./ [[doom-suggest-faq:][Ask one?]] * TODO Appendix #+begin_quote 🔨 This module has no appendix yet. [[doom-contrib-module:][Write one?]] #+end_quote