Files
doomemacs/modules/lang/kotlin/packages.el
Henrik Lissner 448bc5cae2 refactor: use negated flags
Ref: 7a806521a92c
2024-10-20 02:41:50 -04:00

8 lines
252 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/kotlin/packages.el
(package! kotlin-mode :pin "fddd747e5b4736e8b27a147960f369b86179ddff")
(when (modulep! :checker syntax -flymake)
(package! flycheck-kotlin :pin "a2a6abb9a7f85c6fb15ce327459ec3c8ff780188"))