aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 14:52:47 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 14:52:47 +0000
commite61dcc2edd759f13633f639baa2646e0c136e0e3 (patch)
treeba8b8e88885745bd18fb9517b14f53e6942cd634
parent59e4dbcee9ad1d63dde8fb61187dd58c2bea938e (diff)
downloaddotfiles-e61dcc2edd759f13633f639baa2646e0c136e0e3.tar.gz
dotfiles-e61dcc2edd759f13633f639baa2646e0c136e0e3.tar.bz2
dotfiles-e61dcc2edd759f13633f639baa2646e0c136e0e3.zip
~no need for java style, use C#
-rw-r--r--doom.d/config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index a062dcd..f74e67a 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -303,11 +303,11 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys
(omnisharp-unit-test-at-point))))
:caller 'oreodave/csharp/get-unit-tests-in-project)))
- (setq c-basic-offset 4)
- (c-set-style "java"))) ; Hook for csharp setting variables
(add-hook! 'csharp-mode-hook
'(lambda()
(omnisharp-mode)
+ (c-set-style "C#"))) ; Hook for csharp setting variables
+
(map! ; CSharp Keybinds
:map csharp-mode-map
:localleader