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