mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-24 20:10:23 +10:00
8 lines
185 B
EmacsLisp
8 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"))
|