~c-default-style to java

using default function call instead of setting the variable automagically
This commit is contained in:
oreodave
2019-10-24 23:15:49 +01:00
parent 59d72c6aa1
commit fa4636b564

View File

@@ -307,7 +307,7 @@ each of the unit tests ran."
(setq omnisharp-server-executable-path "~/bin/omnisharp/run")
(add-hook 'csharp-mode-hook '(lambda()
(setq c-basic-offset 4)
(setq c-default-style "stroustrup"))) ; Hook for csharp setting variables
(c-set-style "java"))) ; Hook for csharp setting variables
(map! ; CSharp Keybinds
:map csharp-mode-map