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

11 lines
347 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; lang/swift/packages.el
(package! swift-mode :pin "1268425311")
(if (featurep! +lsp)
(package! lsp-sourcekit :pin "04d75b6a0b")
(when (featurep! :completion company)
(package! company-sourcekit :pin "abf9bc5a01"))
(when (featurep! :checkers syntax)
(package! flycheck-swift :pin "4c5ad40125")))