Add Kotlin module

This commit is contained in:
Oleksii Filonenko 2019-03-29 03:19:11 +02:00
parent 803ca2863a
commit 13f705dc0e
No known key found for this signature in database
GPG key ID: F3510FE5691629A1
4 changed files with 42 additions and 0 deletions

View file

@ -0,0 +1,7 @@
;; -*- no-byte-compile: t; -*-
;;; lang/kotlin/packages.el
(package! kotlin-mode)
(when (featurep! :tools flycheck)
(package! flycheck-kotlin))