From 21648b863e89fe9903a74fcfd6b2cc8d5e056511 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 28 Sep 2015 05:44:50 -0400 Subject: [PATCH] Fix omnisharp executable path --- modules/module-csharp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module-csharp.el b/modules/module-csharp.el index 7ed12083d..8b4ef2b18 100644 --- a/modules/module-csharp.el +++ b/modules/module-csharp.el @@ -10,7 +10,7 @@ :init (add-hook! csharp-mode 'omnisharp-mode) :config (setq omnisharp-server-executable-path - "~/Dropbox/projects/lib/Omnisharp/server/OmniSharp/bin/Debug/OmniSharp.exe" + "~/Dropbox/lib/Omnisharp/server/OmniSharp/bin/Debug/OmniSharp.exe" omnisharp-auto-complete-want-documentation nil) (bind! :map omnisharp-mode-map