mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-01-20 11:31:01 -08:00
7 lines
148 B
EmacsLisp
7 lines
148 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/kotlin/packages.el
|
|
|
|
(package! kotlin-mode)
|
|
|
|
(when (featurep! :tools flycheck)
|
|
(package! flycheck-kotlin))
|