diff options
Diffstat (limited to 'doom.d/config.org')
-rw-r--r-- | doom.d/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index a8e096c..a062dcd 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -278,7 +278,7 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys ** CSharp #+BEGIN_SRC elisp (after! csharp-mode - (setq omnisharp-server-executable-path "~/bin/omnisharp/run") + (setq omnisharp-server-executable-path "~/bin/omnisharp-roslyn/run") (defun oreodave/csharp/get-unit-test-in-project () "Unit test anywhere using CTags or ETags and C#" (interactive) |