-old keybinds removed, now in doom
Did my first pull request and sent my updated keybinds to doom emacs itself. Now I don't need these as they're already implemented
This commit is contained in:
@@ -165,12 +165,7 @@ My docsets are stored in .docsets for ease of use
|
|||||||
:localleader
|
:localleader
|
||||||
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
|
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
|
||||||
(:prefix "t"
|
(:prefix "t"
|
||||||
:desc "Unit Test This" "t" 'omnisharp-unit-test-at-point
|
)))
|
||||||
:desc "Unit Test Last" "l" 'omnisharp-unit-test-last
|
|
||||||
:desc "Unit Test All" "b" 'omnisharp-unit-test-buffer
|
|
||||||
)
|
|
||||||
)
|
|
||||||
)
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
- I have custom installed the omnisharp roslyn executable, so I'd rather use that
|
- 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 :)
|
- C# code is better at 4 space indents, but I indent most of my C code at 2 space indents because it looks nicer :)
|
||||||
|
|||||||
Reference in New Issue
Block a user