From 6b6601b36158d4ab7ab3dc50237bbb3220c3c480 Mon Sep 17 00:00:00 2001 From: laurensmiers Date: Tue, 4 Feb 2020 10:47:04 +0100 Subject: [PATCH] LSP-UI: set doc position to top Doc position at point is annoying --- config.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.org b/config.org index 7d50132..0474edc 100644 --- a/config.org +++ b/config.org @@ -933,6 +933,8 @@ https://github.com/alexmurray/flycheck-clang-analyzer (use-package lsp-ui :commands lsp-ui-mode :ensure t + :config + (setq lsp-ui-doc-position (quote top)) ) (use-package company-lsp