From 53644711654b4ab9e8f86e4edc89ba9d9493a10b Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:37 +0000 Subject: [PATCH] Add C# language integration --- config.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config.org b/config.org index b6b727d..f9ff599 100644 --- a/config.org +++ b/config.org @@ -935,6 +935,22 @@ (add-hook 'python-mode-hook #'lsp-deferred) #+end_src +** C# + I hate the .NET ecosystem quite a lot, but alas: sometimes I have + to use it at work. + + Using =csharp-mode= for basic support: + + #+begin_src emacs-lisp + (use-package csharp-mode) + #+end_src + + And =lsp-mode= for the rest (using the omnisharp server): + + #+begin_src emacs-lisp + (add-hook 'csharp-mode-hook #'lsp-deferred) + #+end_src + * Tool Integrations ** Git =magit= is truly a wonderful creation! Add keybinding for