From 647ea041be402cad75adf806126175dca8c745d7 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 26 Sep 2019 15:23:39 -0400 Subject: [PATCH] lang/csharp: minor correction to readme --- modules/lang/csharp/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lang/csharp/README.org b/modules/lang/csharp/README.org index 4f3bd5b27..0b24c0fa6 100644 --- a/modules/lang/csharp/README.org +++ b/modules/lang/csharp/README.org @@ -14,7 +14,7 @@ This module adds C# support to Emacs. Powered by omnisharp (directly or through LSP). ** Module Flags -+ =+lsp= Enables omnisharp through LSP support (requires) ++ =+lsp= Enables omnisharp through LSP support (requires omnisharp). + =+unity= Enables special support for the [[https://unity.com/][Unity game engine]] (particularly, support for HLSL shaders).