doomemacs/modules/lang/kotlin/packages.el

8 lines
245 B
EmacsLisp
Raw Normal View History

2019-03-29 03:19:11 +02:00
;; -*- no-byte-compile: t; -*-
;;; lang/kotlin/packages.el
2020-01-14 22:32:11 -05:00
(package! kotlin-mode :pin "ab610996820b5cbdb032edbf8747661131603ab8")
2019-03-29 03:19:11 +02:00
(when (featurep! :checkers syntax)
2020-01-14 22:32:11 -05:00
(package! flycheck-kotlin :pin "5104ee9a3fdb7f0a0a3d3bcfd8dd3c45a9929310"))