Skip to content

Commit 7e6f0bc

Browse files
committed
add docs about :launchpad/options
1 parent bfc8d60 commit 7e6f0bc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -122,14 +122,20 @@ configure launchpad.
122122
;; but some extra keys are supported to influence launchpad itself
123123
:launchpad/aliases [:proj1] ; additional aliases, will be added to whatever
124124
; aliases you specify on the command line
125+
125126
:launchpad/main-opts ["--emacs"] ; additional CLI flags, so you can encode your
126127
; own preferences
128+
129+
;; takes options as a map and merges it into the `ctx`
130+
:launchpad/options {:portal true
131+
:nrepl-port 1234}
132+
127133
:launchpad/shadow-build-ids [] ; which shadow builds to start, although it may
128134
; be preferable to configure this as part of
129135
; specific aliases in your main deps.edn
136+
130137
;; which shadow builds to automatically connect to if `--emacs` flag is provided
131-
:launchpad/shadow-connect-ids []
132-
}
138+
:launchpad/shadow-connect-ids []}
133139
```
134140

135141
You don't have to stop there, you could add a `dev/user.clj` (add "dev" to your

0 commit comments

Comments
 (0)