Files
dtos-dotfiles/.emacs.d/modules/lang/kotlin/packages.el
2019-12-16 20:21:19 -06:00

8 lines
148 B
EmacsLisp

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