aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 14:51:08 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 14:52:18 +0000
commit59e4dbcee9ad1d63dde8fb61187dd58c2bea938e (patch)
tree83476d40ce22f38b9e032678be1871dd5e86cfb5
parent57e48da0b73f959c9e4e21541fd86733b62f7a04 (diff)
downloaddotfiles-59e4dbcee9ad1d63dde8fb61187dd58c2bea938e.tar.gz
dotfiles-59e4dbcee9ad1d63dde8fb61187dd58c2bea938e.tar.bz2
dotfiles-59e4dbcee9ad1d63dde8fb61187dd58c2bea938e.zip
~omnisharp-server-executable
~/bin/omnisharp/run -> ~/bin/omnisharp-roslyn/run
-rw-r--r--doom.d/config.org2
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)