Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jun 28, 2024
1 parent 6cc4eb5 commit 7c4f3cd
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Binary file modified assets/images/social/evaluation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion customizing-jack-in-and-connect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2328,7 +2328,7 @@ <h2 id="customizing-jack-in">Customizing Jack-in<a class="headerlink" href="#cus
<p>The main mechanism for customizing your Jack-in, including automating menu selections, and custom CLJS REPL types is <a href="../connect-sequences/">Custom Connect Sequences</a>.</p>
<p>There are also these settings:</p>
<ul>
<li><code>calva.autoStartRepl</code>: If true, Calva will auto-start and connect the REPL (a.k.a. Jack-in) when a Clojure project is opened. <strong>NB:</strong> To fully automate the jack-in process, you need to configure [<code>calva.replConnectSequences]connect-sequences.md) such that one sequence is marked with</code>autoSelectForJackIn<code>, has</code>projectRootPath<code>set, and has</code>menuSelections` configured.</li>
<li><code>calva.autoStartRepl</code>: If true, Calva will auto-start and connect the REPL (a.k.a. Jack-in) when a Clojure project is opened. <strong>NB:</strong> To fully automate the jack-in process, you need to configure <a href="../connect-sequences/"><code>calva.replConnectSequences</code></a> such that one sequence is marked with <code>autoSelectForJackIn</code>, has <code>projectRootPath</code> set, and has <code>menuSelections</code> configured.</li>
<li><code>calva.jackInEnv</code>: An object with environment variables that will be added to the environment of the Jack-in process.</li>
<li><code>calva.myCljAliases</code>: An array of <code>deps.edn</code> aliases not found in the project file. Use this to tell Calva Jack-in to launch your REPL using your user defined aliases.</li>
<li><code>calva.myLeinProfiles</code>: An array of Leiningen profiles not found in <code>project.clj</code>. Use this to tell Calva Jack-in to launch your REPL using your user defined profiles.</li>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 7c4f3cd

Please sign in to comment.