From b778fb1993b3fa509a404caf1eafb8dd3140518a Mon Sep 17 00:00:00 2001 From: Stefan Schwarz Date: Tue, 4 Aug 2020 15:51:17 +0200 Subject: [PATCH] no focus in childframes --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index bf42235..39ec403 100644 --- a/init.el +++ b/init.el @@ -235,9 +235,9 @@ (use-package lsp-ui :ensure t :commands lsp-ui-mode :config + (add-to-list 'lsp-ui-doc-frame-parameters '(no-accept-focus . t)) (setq lsp-ui-doc-position 'at-point - lsp-ui-doc-use-childframe t) - ) + lsp-ui-doc-use-childframe t)) (use-package company-lsp :ensure t :commands company-lsp) (use-package yasnippet :ensure t