File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -90,11 +90,23 @@ You will be prompted for host and port.
90
90
You can set custom values to ` inf-clojure ` variables on a per-project basis using [ directory
91
91
variables] ( https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html ) .
92
92
93
+ For a list of all available commands in ` inf-clojure-mode ` (a.k.a. the REPL) and
94
+ ` inf-clojure-minor-mode ` you can either invoke ` C-h f RET inf-clojure-mode ` and
95
+ ` C-h f RET inf-clojure-minor-mode ` or simply browse their menus.
96
+
93
97
Many ` inf-clojure-minor-mode ` commands by default act on the symbol at
94
98
point. You can, however, change this behaviour by invoking such
95
99
commands with a prefix argument. For instance: ` C-u C-c C-v ` will ask
96
100
for the symbol you want to show the docstring for.
97
101
102
+ ## Configuration options
103
+
104
+ In the time-honoured Emacs tradition ` inf-clojure ` 's behaviour is extremely
105
+ configurable.
106
+
107
+ You can see all the configuration options available using the command
108
+ ` M-x customize-group RET inf-clojure ` .
109
+
98
110
## REPL Type
99
111
100
112
An ` inf-clojure ` REPL can be of different types: Clojure,
You can’t perform that action at this time.
0 commit comments