Files
dtos-dotfiles/.emacs.d/modules/lang/kotlin/packages.el
2020-06-19 22:43:40 -05:00

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"))