branch: elpa/swift-mode commit 9c716c11f7fc1594a14aafcbe301acb405ab7efd Author: ap4y <l...@pisem.net> Commit: ap4y <l...@pisem.net>
Update README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d96c4fc..edec659 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Major-mode for Apple's [Swift programming language][swift]. Provides: - syntax highlighting - indentation - code navigation with [imenu][] -- automatic syntax checking with [flycheck][] +- automatic syntax checking with [flycheck][] (disabled by default) This is currently at an early stage of development and there's plenty of work to do. Check the issue tracker. @@ -62,6 +62,12 @@ If you'd like to get on-the-fly syntax checking you should install M-x package-install flycheck ``` +And enable `flycheck` checker for `swift`: + +``` +(add-to-list 'flycheck-checkers 'swift) +``` + ### Manual You will need `make` and [Cask][] to build the project.