From fa4636b5649d4bc3ba7010a74fb8782f31925fbb Mon Sep 17 00:00:00 2001 From: oreodave Date: Thu, 24 Oct 2019 23:15:49 +0100 Subject: ~c-default-style to java using default function call instead of setting the variable automagically --- doom.d/config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doom.d/config.org b/doom.d/config.org index 2783213..b116aee 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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 -- cgit v1.2.3-13-gbd6f