Skip to content

Commit

Permalink
docs: add deps.edn alias to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
port19x committed Apr 18, 2023
1 parent 6cea26f commit f7f7fbe
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,18 @@ instead of:
...
----

### Usage from inside Emacs
## Usage from deps.edn

Add the following to your aliases

```clojure
:kibit {:extra-deps {jonase/kibit {:mvn/version "0.1.8"}}
:main-opts ["-e" "(require,'[kibit.driver,:as,k])(k/external-run,[\"src\"],nil)"]}
```

For alternative options to use kibit from inside deps.edn, check out [this issue](https://github.com/clj-commons/kibit/issues/221)

## Usage from inside Emacs

If you use Emacs for hacking Clojure, here's a way to use kibit from
inside Emacs with all the fanciness you are used to from `M-x compile`.
Expand Down

0 comments on commit f7f7fbe

Please sign in to comment.