@@ -44,28 +44,49 @@ CIDER packs plenty of features. Here are some of them (in no particular order):
44
44
- [ Installation] ( #installation )
45
45
- [Prerequisites](#prerequisites)
46
46
- [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 )
47
50
- [ 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 )
48
57
- [ 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 )
57
65
- [ 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 )
63
73
- [ Requirements] ( #requirements )
64
74
- [ Caveats] ( #caveats )
75
+ - [ ClojureScript limitations] ( #clojurescript-limitations )
76
+ - [ Microsoft Windows] ( #microsoft-windows )
77
+ - [ powershell.el] ( #powershell-el )
65
78
- [ Documentation] ( #documentation )
66
79
- [ Changelog] ( #changelog )
67
80
- [ Team] ( #team )
81
+ - [ Release policy] ( #release-policy )
82
+ - [ Logo] ( #logo )
68
83
- [ 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 )
69
90
- [ License] ( #license )
70
91
71
92
## Installation
@@ -375,7 +396,7 @@ passed or failed:
375
396
(setq cider-test-show-report-on-success t)
376
397
```
377
398
378
- ### REPL History
399
+ ### REPL history
379
400
380
401
* To make the REPL history wrap around when its end is reached:
381
402
@@ -808,7 +829,7 @@ change `*cider-repl localhost*` to `*cider-repl foo*`.
808
829
809
830
## Caveats
810
831
811
- ### ClojureScript
832
+ ### ClojureScript limitations
812
833
813
834
Currently, the following features are not supported for ClojureScript
814
835
development:
0 commit comments