doomemacs/modules/lang/kotlin/packages.el
2020-01-14 03:04:26 -05:00

7 lines
149 B
EmacsLisp

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