branch: elpa/eldoc-mouse
commit 1ee9c6d3f338a435dde47832e33b144ece37d2fe
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Update README.md
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index d3323d59628..06c2e9540ea 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,11 @@ Then, in your Emacs configuration:
## Usage
### Enable eldoc-mouse:
-Enabled by default, alternatively, run the command:
+Add the following in your Emacs configuration:
+```
+(eldoc-mouse-enable)
+```
+alternatively, run the command interactively:
```
M-X: eldoc-mouse-enable
```