final tt updates
[emacs-init.git] / elpa / flycheck-kotlin-readme.txt
1 This package adds support for kotlin to flycheck. To use it, add
2 to your init.el:
3
4 (require 'flycheck-kotlin)
5 (add-hook 'kotlin-mode-hook 'flycheck-mode)