doomemacs/modules/lang/kotlin/packages.el

8 lines
149 B
EmacsLisp
Raw Normal View History

2019-03-29 03:19:11 +02:00
;; -*- no-byte-compile: t; -*-
;;; lang/kotlin/packages.el
(package! kotlin-mode)
(when (featurep! :checkers syntax)
2019-03-29 03:19:11 +02:00
(package! flycheck-kotlin))