~expand-file-name for relative directory

This commit is contained in:
oreodave
2019-11-19 12:02:53 +00:00
parent 9a427c8f6e
commit 02fc225009

View File

@@ -242,7 +242,7 @@ My docsets are stored in .docsets for ease of use
(setq c-basic-offset 4) (setq c-basic-offset 4)
(c-set-style "java"))) ; Hook for csharp setting variables (c-set-style "java"))) ; Hook for csharp setting variables
(after! lsp (after! lsp
(setq lsp-clients-csharp-language-server-path "~/bin/omnisharp-lsp/artifacts/publish/OmniSharp.Stdio.Driver/mono/OmniSharp.exe")) (setq lsp-clients-csharp-language-server-path (expand-file-name "~/bin/omnisharp-lsp/artifacts/publish/OmniSharp.Stdio.Driver/mono/OmniSharp.exe")))
(map! ; CSharp Keybinds (map! ; CSharp Keybinds
:map csharp-mode-map :map csharp-mode-map