Skip to content

Commit 1014e24

Browse files
committed
Extend the README a bit
1 parent 0fbcfcb commit 1014e24

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: README.md

+12
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,23 @@ You will be prompted for host and port.
9090
You can set custom values to `inf-clojure` variables on a per-project basis using [directory
9191
variables](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+
9397
Many `inf-clojure-minor-mode` commands by default act on the symbol at
9498
point. You can, however, change this behaviour by invoking such
9599
commands with a prefix argument. For instance: `C-u C-c C-v` will ask
96100
for 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

100112
An `inf-clojure` REPL can be of different types: Clojure,

0 commit comments

Comments
 (0)