emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/swift-mode 9c716c1 155/496: Update README


From: ELPA Syncer
Subject: [nongnu] elpa/swift-mode 9c716c1 155/496: Update README
Date: Sun, 29 Aug 2021 11:33:27 -0400 (EDT)

branch: elpa/swift-mode
commit 9c716c11f7fc1594a14aafcbe301acb405ab7efd
Author: ap4y <lod@pisem.net>
Commit: ap4y <lod@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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]