Skip to content

Commit f00e83d

Browse files
committed
[Docs] Tweak some markup
1 parent be8b2e5 commit f00e83d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/modules/ROOT/pages/platforms/basilisp.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Basilisp Integration with CIDER
22
https://github.com/basilisp-lang/basilisp[basilisp]
33

4-
since CIDER 1.14
4+
NOTE: Basilisp support was added in CIDER 1.14.
55

66
== Overview
77

@@ -28,7 +28,7 @@ If you don't have or want a basilisp project file, you can use universal jack in
2828

2929
NOTE: an alternative to kbd:[M-5] is kbd:[C-u 5]
3030

31-
You can also bind the universal jack-in to Basilisp to a function to use as a shortcut, for example
31+
You can also bind the universal jack-in to Basilisp to a function to use as a shortcut, for example:
3232

3333
[source,lisp]
3434
----
@@ -51,7 +51,7 @@ To see available options, type `basilisp nrepl-server -h` in a shell prompt.
5151

5252
== Configuration
5353

54-
The jack-in command can be configured with the following defcustoms
54+
The jack-in command can be configured with the following defcustoms:
5555

5656
=== `cider-basilisp-command`
5757

@@ -81,7 +81,7 @@ For example, to set the path to the basilisp executable within a virtual environ
8181
- kbd:[M-x add-dir-local-variable]
8282
- Mode or subdirectory: `clojure-mode`
8383
- Add directory-local variable: `cider-basilisp-command`
84-
- Add cider-basilisp-command with value: `"c:/dev/venvs/312/Scripts/basilisp"`
84+
- Add `cider-basilisp-command` with value: `"c:/dev/venvs/312/Scripts/basilisp"`
8585

8686
This should result to updating or creating a `.dir-local.el` file like below
8787

0 commit comments

Comments
 (0)