File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
doc/modules/ROOT/pages/platforms Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11= Basilisp Integration with CIDER
22https://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
2929NOTE: 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
8686This should result to updating or creating a `.dir-local.el` file like below
8787
You can’t perform that action at this time.
0 commit comments