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