@@ -44,28 +44,49 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
4444- [ Installation] ( #installation )
4545 - [Prerequisites](#prerequisites)
4646 - [Installation via package.el](#installation-via-packageel)
47+ - [ CIDER nREPL middleware] ( #cider-nrepl-middleware )
48+ - [ Using Leiningen] ( #using-leiningen )
49+ - [ Using embedded nREPL server] ( #using-embedded-nrepl-server )
4750- [ Configuration] ( #configuration )
51+ - [ Basic configuration] ( #basic-configuration )
52+ - [ Running tests] ( #running-tests )
53+ - [ REPL history] ( #repl-history )
54+ - [ Minibuffer completion] ( #minibuffer-completion )
55+ - [ Auto-completion] ( #auto-completion )
56+ - [ Integration with other modes] ( #integration-with-other-modes )
4857- [ Basic Usage] ( #basic-usage )
49- - [Setting up a Leiningen project (optional)](#setting-up-a-leiningen-project-optional)
50- - [Launch a nREPL server and client from Emacs](#launch-a-nrepl-server-and-client-from-emacs)
51- - [Connect to a running nREPL server](#connect-to-a-running-nrepl-server)
52- - [Using the cider minor mode](#using-the-cider-minor-mode)
53- - [Pretty printing in the REPL](#pretty-printing-in-the-repl)
54- - [Limiting printed output in the REPL](#limiting-printed-output-in-the-repl)
55- - [ClojureScript usage](#clojurescript-usage)
56- - [ClojureScript usage](#clojurescript-usage)
58+ - [ Setting up a Leiningen project (optional)] ( #setting-up-a-leiningen-project-optional )
59+ - [ Launch a nREPL server and client from Emacs] ( #launch-a-nrepl-server-and-client-from-emacs )
60+ - [ Connect to a running nREPL server] ( #connect-to-a-running-nrepl-server )
61+ - [ Using the cider minor mode] ( #using-the-cider-minor-mode )
62+ - [ Pretty printing in the REPL] ( #pretty-printing-in-the-repl )
63+ - [ Limiting printed output in the REPL] ( #limiting-printed-output-in-the-repl )
64+ - [ ClojureScript usage] ( #clojurescript-usage )
5765- [ Keyboard shortcuts] ( #keyboard-shortcuts )
58- - [cider-mode](#cider-mode)
59- - [cider-repl-mode](#cider-repl-mode)
60- - [cider-macroexpansion-mode](#cider-macroexpansion-mode)
61- - [cider-inspector-mode](#cider-inspector-mode)
62- - [Managing multiple sessions](#managing-multiple-sessions)
66+ - [ cider-mode] ( #cider-mode )
67+ - [ cider-repl-mode] ( #cider-repl-mode )
68+ - [ cider-macroexpansion-mode] ( #cider-macroexpansion-mode )
69+ - [ cider-inspector-mode] ( #cider-inspector-mode )
70+ - [ cider-test-report-mode] ( #cider-test-report-mode )
71+ - [ cider-stacktrace-mode] ( #cider-stacktrace-mode )
72+ - [ Managing multiple sessions] ( #managing-multiple-sessions )
6373- [ Requirements] ( #requirements )
6474- [ Caveats] ( #caveats )
75+ - [ ClojureScript limitations] ( #clojurescript-limitations )
76+ - [ Microsoft Windows] ( #microsoft-windows )
77+ - [ powershell.el] ( #powershell-el )
6578- [ Documentation] ( #documentation )
6679- [ Changelog] ( #changelog )
6780- [ Team] ( #team )
81+ - [ Release policy] ( #release-policy )
82+ - [ Logo] ( #logo )
6883- [ Contributing] ( #contributing )
84+ - [ Discussion] ( #discussion )
85+ - [ Issues] ( #issues )
86+ - [ Patches] ( #patches )
87+ - [ Documentation] ( #documentation )
88+ - [ Donations] ( #donations )
89+ - [ Running the tests in batch mode] ( #running-the-tests-in-batch-mode )
6990- [ License] ( #license )
7091
7192## Installation
@@ -375,7 +396,7 @@ passed or failed:
375396(setq cider-test-show-report-on-success t)
376397```
377398
378- ### REPL History
399+ ### REPL history
379400
380401* To make the REPL history wrap around when its end is reached:
381402
@@ -808,7 +829,7 @@ change `*cider-repl localhost*` to `*cider-repl foo*`.
808829
809830## Caveats
810831
811- ### ClojureScript
832+ ### ClojureScript limitations
812833
813834Currently, the following features are not supported for ClojureScript
814835development:
0 commit comments