We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26bb3c3 commit b1a34c0Copy full SHA for b1a34c0
lsp-ui-doc.el
@@ -563,9 +563,6 @@ HEIGHT is the documentation number of lines."
563
(advice-add 'load-theme :before (lambda (&rest _) (lsp-ui-doc--delete-frame)))
564
(add-hook 'window-configuration-change-hook #'lsp-ui-doc--hide-frame)
565
566
-(defun lsp-ui-doc-enable-eldoc ()
567
- (setq-local eldoc-documentation-function 'lsp-ui-doc--eldoc))
568
-
569
(defun lsp-ui-doc--on-delete (frame)
570
"Function called when a FRAME is deleted."
571
(-some--> (frame-parameter frame 'lsp-ui-doc-buffer)
0 commit comments