@@ -12,6 +12,23 @@ It's based on ideas from the popular `inferior-lisp` package.
12
12
(` inf-clojure-minor-mode ` ), which extends ` clojure-mode ` with commands
13
13
to evaluate forms directly in the REPL.
14
14
15
+ ** This documentation tracks the ` master ` branch of ` inf-clojure ` . Some of
16
+ the features and settings discussed here might not be available in
17
+ older releases (including the current stable release). Please, consult
18
+ the relevant git tag (e.g. 2.2.0) if you need documentation for a
19
+ specific ` inf-clojure ` release.**
20
+ ***
21
+
22
+ - [ Overview] ( #overview )
23
+ - [ Rationale] ( #rationale )
24
+ - [ Installation] ( #installation )
25
+ - [ Basic Usage] ( #basic-usage )
26
+ - [ Configuration] ( #configuration )
27
+ - [ Troubleshooting] ( #troubleshooting )
28
+ - [ License] ( #license )
29
+
30
+ ## Overview
31
+
15
32
` inf-clojure ` aims to expose the extensive self-documenting features of Clojure
16
33
REPLs via an Emacs package. ` inf-clojure ` is extremely simple and does not require special tooling.
17
34
It supports the following REPLs:
@@ -117,7 +134,9 @@ point. You can, however, change this behaviour by invoking such
117
134
commands with a prefix argument. For instance: ` C-u C-c C-v ` will ask
118
135
for the symbol you want to show the docstring for.
119
136
120
- ## Configuration options
137
+ ## Configuration
138
+
139
+ ** Note:** The configuration options were changed massively in ` inf-clojure ` 3.0.
121
140
122
141
In the time-honoured Emacs tradition ` inf-clojure ` 's behaviour is extremely
123
142
configurable.
0 commit comments