branch: elpa/eldoc-mouse
commit 2e5cd01bde93a746165333107179c002ba1190b2
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 0d5df2f2e9b..ff4b0cc368f 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Feel free to open issues and pull requests for improvements.
If you encounter an
## TODO
* make moving mouse to the posframe easier, currently, it requires moving
mouse quickly and with a click.
* make showing document for mouse hover more generic, not only for eglot
managed buffers, but also for buffers that it makes sense to show something on
a posframe for mouse hover.
-* an interactive command to popup document on a posframe for the symbol of the
cursor.
+* *(done)* an interactive command to popup document on a posframe for the
symbol of the cursor.
## Acknowledgments