From 255c7597e96f57d9e359b072ae690de682074ff6 Mon Sep 17 00:00:00 2001 From: AChavali Date: Sun, 9 Feb 2020 20:45:11 +0000 Subject: ~lsp-mode -> lsp-ui lsp-mode already has a hook for lsp-ui. So I'll just add a hook to lsp-ui for lsp-ui-doc. --- doom.d/modules/config.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'doom.d/modules/config.org') diff --git a/doom.d/modules/config.org b/doom.d/modules/config.org index 5cd6500..2106f81 100644 --- a/doom.d/modules/config.org +++ b/doom.d/modules/config.org @@ -188,9 +188,8 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys 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-mode - (add-hook 'lsp-mode-hook #'(lambda () (lsp-ui-doc-mode +1)))) (after! lsp-ui + (add-hook 'lsp-ui-hook #'lsp-ui-doc-mode) (setq lsp-ui-doc-position 'top)) #+END_SRC ** CSharp -- cgit v1.2.3-13-gbd6f