branch: elpa/eldoc-mouse
commit 48f6cc75d69192fe397a3807ea3590bb6458b864
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Refine TODO items in README.md
Updated TODO list for clarity and consistency.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index eceb7c7cdb7..b0cb989f9b0 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Contributing
Feel free to open issues and pull requests for improvements. If you encounter
any bugs or have feature requests, please create an issue on the GitHub Issues
page.
## 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.
+* 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. (truly lives up to its name)
* *(done)* an interactive command to popup document on a posframe for the
symbol of the cursor.
## Acknowledgments