branch: elpa/eldoc-mouse
commit 67d47cf24a4ae3db48e0a1602ae14e507f8933e6
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 9258c0b0977..0d5df2f2e9b 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@
- Works in `prog-mode` buffers to show documentation for the symbol under the
mouse point.
- Removed the unnecessary signatures from the document to make doucment more
clear.
- Still keep highlighting the symbol under the cursor.
+- An interactive command to pop up document at cursor
`eldoc-mouse-pop-doc-at-cursor`, this is helpful when you don't bother to move
mouse, but want to check document. I bind it to key sequence `F1 F1`.
## Installation