Fork me on GitHub
#cursive
<
2022-05-01
>
Baye19:05:50

Hi. are there "dot" files for Cursive that one can copy for one's setup?

Baye22:05:18

Thanks, will check it out

onetom23:05:54

Some more useful settings from our project: .idea/ClojureProjectResolveSettings.xml:

<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
  <component name="ClojureProjectResolveSettings">
    <item key="com.rpl.specter/cond-path" resolves-as="clojure.core/cond" />
    <item key="com.rpl.specter/defcollector" resolves-as="clojure.core/defn" />
    <item key="state-flow.api/flow" resolves-as="clojure.test/testing" />
    <item key="state-flow.api/for" resolves-as="clojure.core/for" />
    <item key="richelieu.core/defadvice" resolves-as="clojure.core/defn" />
    <item key="clojure.spec.alpha/fdef" resolves-as="clojure.core/def" />
    <item key="clojure.template/do-template" resolves-as="clojure.test/are" />
    <item key="com.rpl.specter/defdynamicnav" resolves-as="clojure.core/defn" />
    <item key="com.rpl.specter/defnav" resolves-as="clojure.core/defn" />
    <item key="com.rpl.specter/defrichnav" resolves-as="clojure.core/defn" />
    <item key="com.rpl.specter/defmacroalias" resolves-as="clojure.core/def" />
    <item key="state-flow.api/defflow" resolves-as="clojure.test/deftest" />
    <item key="clojure.core.match/match" resolves-as="clojure.core/case" />
    <item key="com.rpl.specter/if-path" resolves-as="clojure.core/if" />
    <item key="clojure.core/defonce" resolves-as="clojure.core/def" />
    <currentScheme>PROJECT</currentScheme>
  </component>
</project>
.idea/codeStyles/Project.xml:
<component name="ProjectCodeStyleConfiguration">
  <code_scheme name="Project" version="173">
    <option name="RIGHT_MARGIN" value="100" />
    <option name="SOFT_MARGINS" value="80" />
    <ClojureCodeStyleSettings>
      <option name="commentAlignColumn" value="40" />
      <option name="keepNsSorted" value="false" />
      <option name="indentCustomisations">
        <map>
          <entry key="clojure.core.match/match" value="-1" />
        </map>
      </option>
    </ClojureCodeStyleSettings>
    <codeStyleSettings language="CSS">
      <indentOptions>
        <option name="INDENT_SIZE" value="2" />
        <option name="TAB_SIZE" value="2" />
      </indentOptions>
    </codeStyleSettings>
    <codeStyleSettings language="JavaScript">
      <indentOptions>
        <option name="INDENT_SIZE" value="2" />
        <option name="CONTINUATION_INDENT_SIZE" value="2" />
        <option name="TAB_SIZE" value="2" />
      </indentOptions>
    </codeStyleSettings>
    <codeStyleSettings language="Markdown">
      <option name="RIGHT_MARGIN" value="80" />
    </codeStyleSettings>
  </code_scheme>
</component>

👍 1
Baye00:05:38

Thank you for sharing

roklenarcic20:05:16

How can I REPL into a tools alias? I tried starting a REPL with a tools alias selected in the deps menu and the dependencies are not added to classpath

cfleming22:05:04

That’s https://github.com/cursive-ide/cursive/issues/2653, which will hopefully be in the next EAP build.