branch: elpa/eldoc-mouse
commit 82903877702a777bc9ef3819acc4a70c506f403a
Author: huangfeiyu <[email protected]>
Commit: GitHub <[email protected]>
Add NonGNU ELPA badge and update installation info
Updated installation instructions and added a badge for NonGNU ELPA.
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 6ed4921c035..19837e0afdc 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+[](https://elpa.nongnu.org/nongnu/eldoc-mouse.html)
[![melpa badge][melpa-badge]][melpa-link]
# eldoc-mouse
@@ -23,7 +24,7 @@
## Installation
-`eldoc-mouse` is available on [MELPA](https://melpa.org/)
+`eldoc-mouse` is available on both [NonGNU
ELPA](https://elpa.nongnu.org/nongnu/eldoc-mouse.html) and
[MELPA](https://melpa.org/)
You can install `eldoc-mouse` with the following command.
@@ -99,6 +100,7 @@ You can customize the behavior of eldoc-mouse by adjusting
the variables. For in
```elisp
(add-hook 'eldoc-mouse-eldoc-documentation-functions
#'your-customized-eldoc-documentation-function nil t)
```
+ For example:
[Eldoc-mouse-nov.el](https://github.com/huangfeiyu/eldoc-mouse-nov)
## Requirements