File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 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.
9090You can set custom values to ` inf-clojure ` variables on a per-project basis using [ directory
9191variables] ( https://www.gnu.org/software/emacs/manual/html_node/emacs/Directory-Variables.html ) .
9292
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+
9397Many ` inf-clojure-minor-mode ` commands by default act on the symbol at
9498point. You can, however, change this behaviour by invoking such
9599commands with a prefix argument. For instance: ` C-u C-c C-v ` will ask
96100for the symbol you want to show the docstring for.
97101
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+
98110## REPL Type
99111
100112An ` inf-clojure ` REPL can be of different types: Clojure,
You can’t perform that action at this time.
0 commit comments