final tt updates
[emacs-init.git] / elpa / flycheck-kotlin-readme.txt
diff --git a/elpa/flycheck-kotlin-readme.txt b/elpa/flycheck-kotlin-readme.txt
new file mode 100644 (file)
index 0000000..a54d540
--- /dev/null
@@ -0,0 +1,5 @@
+This package adds support for kotlin to flycheck. To use it, add
+to your init.el:
+
+(require 'flycheck-kotlin)
+(add-hook 'kotlin-mode-hook 'flycheck-mode)