no focus in childframes
This commit is contained in:
parent
59e2f474d3
commit
b778fb1993
1 changed files with 2 additions and 2 deletions
4
init.el
4
init.el
|
@ -235,9 +235,9 @@
|
||||||
(use-package lsp-ui :ensure t
|
(use-package lsp-ui :ensure t
|
||||||
:commands lsp-ui-mode
|
:commands lsp-ui-mode
|
||||||
:config
|
:config
|
||||||
|
(add-to-list 'lsp-ui-doc-frame-parameters '(no-accept-focus . t))
|
||||||
(setq lsp-ui-doc-position 'at-point
|
(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
|
(use-package company-lsp :ensure t
|
||||||
:commands company-lsp)
|
:commands company-lsp)
|
||||||
(use-package yasnippet :ensure t
|
(use-package yasnippet :ensure t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue