aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
authororeodave <aryadevchavali1@gmail.com>2019-08-25 21:58:41 +0100
committeroreodave <aryadevchavali1@gmail.com>2019-08-25 21:58:41 +0100
commit18a71f3e371ed1b158dc1188b098b298e9dd7504 (patch)
tree27989e737486956a8bce78d376cb9f9b730823b8 /doom.d/config.org
parentb80dbbfdc11d993c0fad79a1d2e91814c5916c42 (diff)
downloaddotfiles-18a71f3e371ed1b158dc1188b098b298e9dd7504.tar.gz
dotfiles-18a71f3e371ed1b158dc1188b098b298e9dd7504.tar.bz2
dotfiles-18a71f3e371ed1b158dc1188b098b298e9dd7504.zip
-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
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org7
1 files changed, 1 insertions, 6 deletions
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 :)