Skip to content

Commit 64c9af8

Browse files
committed
Tweak the README a bit
1 parent 8f29505 commit 64c9af8

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
This package provides basic interaction with a Clojure subprocess (REPL).
1111
It's based on ideas from the popular `inferior-lisp` package.
1212

13-
`inf-clojure` has two components - a nice REPL buffer (`inf-clojure`) and a REPL
13+
`inf-clojure` has two components - a nice REPL buffer (`inf-clojure-mode`) and a REPL
1414
interaction minor mode (`inf-clojure-minor-mode`), which extends `clojure-mode`
1515
with commands to evaluate forms directly in the REPL.
1616

@@ -70,18 +70,18 @@ the right code for each REPL type.
7070

7171
**Note:** `inf-clojure` requires Emacs 25 or newer.
7272

73-
`inf-clojure` is available on the community-maintained `package.el` repos -
73+
`inf-clojure` is available on the official [NonGNU ELPA](https://elpa.nongnu.org/nongnu/inf-clojure.html) `package.el` repo and on the community-maintained
7474
[MELPA Stable][] and [MELPA][] repos.
7575

76-
MELPA Stable is recommended as it has the latest stable version.
76+
NonGNU ELPA and MELPA Stable are recommended as they have the latest stable version.
7777
MELPA has a development snapshot for users who don't mind breakage but
78-
don't want to run from a git checkout.
78+
don't want to run `inf-clojure` from a git checkout.
7979

8080
You can install `inf-clojure` using the following command:
8181

8282
<kbd>M-x package-install [RET] inf-clojure [RET]</kbd>
8383

84-
or if you'd rather keep it in your dotfiles:
84+
or if you'd rather keep it in your Emacs config:
8585

8686
```emacs-lisp
8787
(unless (package-installed-p 'inf-clojure)
@@ -122,11 +122,11 @@ and enter its host and port numbers.
122122
Inf-clojure aims to be very simple and offer tooling that the REPL
123123
itself exposes. A few commands are:
124124

125-
- eval last sexp `C-x C-e`
126-
- show arglists for function `C-c C-a`
127-
- show var documentation `C-c C-v`
128-
- show source `C-c C-s`
129-
- insert top level form into REPL `C-c C-j d`
125+
- eval last sexp (`C-x C-e`)
126+
- show arglists for function (`C-c C-a`)
127+
- show var documentation (`C-c C-v`)
128+
- show source (`C-c C-s`)
129+
- insert top level form into REPL (`C-c C-j d`)
130130

131131
For a list of all available commands in `inf-clojure-mode` (a.k.a. the
132132
REPL) and `inf-clojure-minor-mode` you can either invoke `C-h f RET

0 commit comments

Comments
 (0)