diff options
author | dx <aryadevchavali1@gmail.com> | 2020-05-17 09:29:17 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-05-17 09:29:17 +0100 |
commit | 9526e32760bfa4c0b770069cc86e5c7425da7f5c (patch) | |
tree | 331d5e7c0b1a44555980dfdbe7c23313f9bc0a20 /Doom/.doom.d/org/config.org | |
parent | 6b3e2a13326b9ffbae59be5fb39c7531957c07e4 (diff) | |
download | dotfiles-9526e32760bfa4c0b770069cc86e5c7425da7f5c.tar.gz dotfiles-9526e32760bfa4c0b770069cc86e5c7425da7f5c.tar.bz2 dotfiles-9526e32760bfa4c0b770069cc86e5c7425da7f5c.zip |
-lsp-ui-doc-mode hooks
In hindsight, lsp-ui-mode only makes lsp-mode more intrusive, slow and
buggy. It's better to rely on other Emacs and Doom systems (+lookup* for
example) for some of the stuff that it gives rather than it.
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 |