-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:
oreodave
2019-08-25 21:58:41 +01:00
parent b80dbbfdc1
commit 18a71f3e37

View File

@@ -165,12 +165,7 @@ My docsets are stored in .docsets for ease of use
:localleader
:desc "Format buffer" "=" 'omnisharp-code-format-entire-file
(: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
- 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 :)