Files
opalfiles/.config/emacs/modules/lang/kotlin/packages.el
2022-01-11 18:05:13 -08:00

8 lines
245 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/kotlin/packages.el
(package! kotlin-mode :pin "876cc27dc105979a0b59782141785f8e172891e8")
(when (featurep! :checkers syntax)
(package! flycheck-kotlin :pin "bf1b398bdde128806a0a7479ebbe369bbaa40dae"))