mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-15 14:51:01 -08:00
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))
|