branch: elpa/eldoc-mouse
commit 01f2ed22eb4d6d0cea59b59753e19695882b2e99
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d8cc78fd0b3..5d8d65dcad1 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
`eldoc-mouse` is an Emacs package that enhances the `eldoc` functionality by
displaying documentation in a child frame at the mouse point using
[posframe](https://github.com/tumashu/posframe) when the mouse hovers over a
symbol in an `eglot` managed buffer. It integrates with `posframe` to provide
popup documentation and features a debounced hover mechanism to prevent
excessive requests to the LSP server.


-
+[Eldoc-mouse Demo at Youtube](https://youtu.be/aGsheHu7Esw)
## Features