doomemacs/modules/lang/kotlin/packages.el
Henrik Lissner a9402cfb55
Fix #2373: bring back package pinning
This needs some serious refactoring...
2020-01-25 19:02:00 -05:00

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