Skip to content

Commit

Permalink
Update instructions on README
Browse files Browse the repository at this point in the history
  • Loading branch information
Elric Milon committed Jan 22, 2017
1 parent 44dfae4 commit cbb9fbf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ Then, in your `init.el`:

```lisp
(eval-after-load 'flycheck
'(require 'flycheck-kotlin))
(progn
(require 'flycheck-kotlin)
(flycheck-kotlin-setup)))
```

Make sure that the `ktlint` binary is present on Emacs' `exec-path`.
Expand Down

0 comments on commit cbb9fbf

Please sign in to comment.