aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-07-24 12:50:21 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-07-24 12:50:21 +0100
commit8b270df34f59dd817fa7309adba5a338fc65af00 (patch)
tree91167a6849b70c06e4beced1ac7e9123bc0b4f39 /doom.d/config.org
parentf83d63a88d586a6448400204024a7e78f21630ff (diff)
downloaddotfiles-8b270df34f59dd817fa7309adba5a338fc65af00.tar.gz
dotfiles-8b270df34f59dd817fa7309adba5a338fc65af00.tar.bz2
dotfiles-8b270df34f59dd817fa7309adba5a338fc65af00.zip
+Description for C# var configuration
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org6
1 files changed, 6 insertions, 0 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index 8f28343..723e29d 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -87,7 +87,13 @@ I like displaying that I'm working on discord, though not very useful. May delet
(after! csharp-mode
(setq omnisharp-server-executable-path "~/bin/omnisharp/run")
(add-hook 'csharp-mode-hook '(lambda() (setq c-basic-offset 4))) ; Hook for csharp setting variables
+#+END_SRC
+- I have custom installed the omnisharp roslyn executable, so I'd rather use
+ that
+- C# code is better at 4 space indents, but I indent most of my C code at 2
+ space indents because it looks nicer :)
+#+BEGIN_SRC emacs-lisp
(map! ; CSharp Keybinds
:map csharp-mode-map
:localleader