From 18a71f3e371ed1b158dc1188b098b298e9dd7504 Mon Sep 17 00:00:00 2001 From: oreodave Date: Sun, 25 Aug 2019 21:58:41 +0100 Subject: -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 --- doom.d/config.org | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'doom.d/config.org') diff --git a/doom.d/config.org b/doom.d/config.org index 261456d..d4ff88b 100644 --- a/doom.d/config.org +++ b/doom.d/config.org @@ -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 :) -- cgit v1.2.3-13-gbd6f