branch: elpa/eldoc-mouse
commit 778d576cd558384bf2340b54a46204268bdb50e7
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
correct typo
Updated supported modes in README to include emacs-lisp-mode.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 046788b32da..46f814704cd 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Add the following in your Emacs configuration:
```
### Supported modes
* eglot-managed-mode
-* emacs-list-mode
+* emacs-lisp-mode
## Customization
You can customize the behavior of eldoc-mouse by adjusting the variables. For
instance, you can adjust the delay time between mouse hover and displaying the
documentation by changing the eldoc-mouse-mouse-timer settings.