From 8a5490242d47545231fdb7090e62af77ef135a01 Mon Sep 17 00:00:00 2001 From: Yuan Fu Date: Fri, 4 Jan 2019 19:10:22 -0500 Subject: [PATCH] Add comment on disabling eldoc documentation in minibuffer --- README.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.org b/README.org index aa0406a..a946f8f 100644 --- a/README.org +++ b/README.org @@ -31,6 +31,8 @@ As of writing this README, eglot doesn't have a public mode hook, use this hook: (add-hook 'eglot--managed-mode-hook #'eldoc-box-hover-mode t) #+END_SRC +To keep eldoc from displaying documentation at point without enabling any minor mode above: =(add-to-list 'eglot-ignored-server-capabilites :hoverProvider)=. + <> Eldoc-box also provides a convenient command =eldoc-box-eglot-help-at-point=. Calling this command on a symbol displays a documentation childframe at point. No need to enable any minor mode for this.