branch: elpa/eldoc-mouse
commit 5d60b0bdb5d9e1f82d700a85750ef1363a02a065
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 133e07be258..04b1705e2fb 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,7 @@
# eldoc-mouse
`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)
+[Eldoc-mouse Demo at Youtube](https://youtu.be/XFAc4WyiJjI)
## Features