2017-02-19 18:57:16 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/csharp/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! csharp-mode :pin "57bd21bda4")
|
2019-09-26 13:50:36 -04:00
|
|
|
(unless (featurep! +lsp)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! omnisharp :pin "e658a18a76"))
|
2018-12-29 00:09:17 -05:00
|
|
|
(when (featurep! +unity)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! shader-mode :pin "d7dc8d0d6f"))
|