doomemacs/modules/lang/kotlin/packages.el
2019-03-29 03:22:23 +02:00

8 lines
148 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/kotlin/packages.el
(package! kotlin-mode)
(when (featurep! :tools flycheck)
(package! flycheck-kotlin))