diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-08-27 17:32:42 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-08-27 17:32:42 +0100 |
commit | 784e5f86207b2f5559c52508c65be2f61fc53777 (patch) | |
tree | 93e70ef76cf0606a4df1ef60d5dd375ef442609a | |
parent | a048ec2bb46273b89996dd3ede82e8b410dfb1c0 (diff) | |
download | dotfiles-784e5f86207b2f5559c52508c65be2f61fc53777.tar.gz dotfiles-784e5f86207b2f5559c52508c65be2f61fc53777.tar.bz2 dotfiles-784e5f86207b2f5559c52508c65be2f61fc53777.zip |
~more updated comments on c#
-rw-r--r-- | doom.d/config.org | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doom.d/config.org b/doom.d/config.org index 7b8669f..4636128 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -265,8 +265,10 @@ My docsets are stored in .docsets for ease of use - 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 :) -- Currently the Doom Emacs keybinds are not working for C# Unit-tests so I had to do them myself -- I find these keybinds to be more mnemonic (,mtt => Test -> This) +- Reimplemented omnisharp emit messages for stdout +- Implemented my own function which piggy backs counsel etags to globally search + tags for test specific context, then goes to it and uses an omnisharp test + command to unit test it *** Python #+BEGIN_SRC emacs-lisp (after! python |