Skip to content

Commit

Permalink
Merge pull request #13 from slipset/patch-1
Browse files Browse the repository at this point in the history
Fix copy-pasta error
  • Loading branch information
danielcompton committed Mar 31, 2020
2 parents ef72111 + c804e73 commit 99537a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can tell Cursive to [resolve](https://cursive-ide.com/userguide/macros.html)

## clj-kondo integration

You can tell Cursive to [resolve](https://cljdoc.org/d/clj-kondo/clj-kondo/CURRENT/doc/configuration#lint-a-custom-macro-like-a-built-in-macro) defn-spec's `defn` macro like the schema `defn` macro. Add the following to your `.clj-kondo/config.edn` file:
You can tell clj-kondo to [resolve](https://cljdoc.org/d/clj-kondo/clj-kondo/CURRENT/doc/configuration#lint-a-custom-macro-like-a-built-in-macro) defn-spec's `defn` macro like the schema `defn` macro. Add the following to your `.clj-kondo/config.edn` file:

```
{:lint-as {net.danielcompton.defn-spec-alpha/defn schema.core/defn}}
Expand Down

0 comments on commit 99537a4

Please sign in to comment.