feat(&doom): enable csharp module
This commit is contained in:
parent
e3fdc3c819
commit
866201b026
2 changed files with 5 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
||||||
common-lisp ; if you've seen one lisp, you've seen them all
|
common-lisp ; if you've seen one lisp, you've seen them all
|
||||||
;;coq ; proofs-as-programs
|
;;coq ; proofs-as-programs
|
||||||
;;crystal ; ruby at the speed of c
|
;;crystal ; ruby at the speed of c
|
||||||
;;csharp ; unity, .NET, and mono shenanigans
|
csharp ; unity, .NET, and mono shenanigans
|
||||||
data ; config/data formats
|
data ; config/data formats
|
||||||
;;(dart +flutter) ; paint ui and not much else
|
;;(dart +flutter) ; paint ui and not much else
|
||||||
;;elixir ; erlang done right
|
;;elixir ; erlang done right
|
||||||
|
|
|
@ -52,6 +52,10 @@
|
||||||
# :lang common-lisp
|
# :lang common-lisp
|
||||||
sbcl
|
sbcl
|
||||||
|
|
||||||
|
# :lang csharp
|
||||||
|
mono
|
||||||
|
omnisharp-roslyn
|
||||||
|
|
||||||
# :lang latex
|
# :lang latex
|
||||||
(texlive.combine {
|
(texlive.combine {
|
||||||
inherit (texlive)
|
inherit (texlive)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue