diff options
Diffstat (limited to 'Doom/.doom.d/org/config.org')
-rw-r--r-- | Doom/.doom.d/org/config.org | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Doom/.doom.d/org/config.org b/Doom/.doom.d/org/config.org index eccf5a8..5d3105a 100644 --- a/Doom/.doom.d/org/config.org +++ b/Doom/.doom.d/org/config.org @@ -239,14 +239,6 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys (statement-cont . +)))) (add-hook 'cc-mode-hook #'(lambda () (interactive) (c-set-style "user")))) #+END_SRC -** LSP -Add lsp-ui-doc-mode to lsp-ui-mode: allows you to see documentation in a little -VSCode style web-kit window. -#+BEGIN_SRC elisp -(after! lsp - (add-hook 'lsp-mode-hook #'lsp-ui-doc-mode) - (setq lsp-ui-doc-position 'top)) -#+END_SRC ** CSharp - I have custom installed the omnisharp roslyn executable, so I'd rather use that |