branch: elpa/eldoc-mouse
commit 5d26a0cf824889f4f7540111739bf081d43036ca
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Fix comments in README for eldoc and eglot usage
Corrected comments for clarity and formatting.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fdf278260e..f7bd7cd7d7 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ Or if you want to show document only when you press a key,
and don't want to ena
``` elisp
(use-package eldoc :ensure t)
(use-package eglot :ensure t)
-;; if you use the eglot, elodc package from elpa, the above two lines to
ensure them be loaded before
-;; load eldoc-mouse to avoid recursive load error.
+;; if you use the eglot, elodc package from elpa, the above two lines to
ensure them be loaded
+;; before loading eldoc-mouse to avoid recursive load error.
(use-package eldoc-mouse :ensure t)
;; replace <f1> <f1> to a key you like. Displaying document on a popup when
you press a key.
(global-set-key (kbd "<f1> <f1>") 'eldoc-mouse-pop-doc-at-cursor)