emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/wcheck-mode 7bdc250 25/39: Mention GNU Elpa in the READ


From: Teemu Likonen
Subject: [elpa] externals/wcheck-mode 7bdc250 25/39: Mention GNU Elpa in the README
Date: Sun, 4 Oct 2020 07:55:21 -0400 (EDT)

branch: externals/wcheck-mode
commit 7bdc250d7e38943a98310530a8b700ff4dabe016
Author: Teemu Likonen <tlikonen@iki.fi>
Commit: Teemu Likonen <tlikonen@iki.fi>

    Mention GNU Elpa in the README
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 00e4359..75bc729 100644
--- a/README.md
+++ b/README.md
@@ -91,10 +91,10 @@ checker.
 Install
 -------
 
-You can install Wcheck mode through [Melpa][] package archive.
-Alternatively you can put `wcheck-mode.el` file to some directory in
-your Emacs's `load-path` and add the following lines to Emacs's
-initialization file (`~/.emacs` or `~/.emacs.d/init.el`):
+You can install Wcheck mode through [GNU Elpa][Elpa] or [Melpa][]
+package archives. Alternatively you can put `wcheck-mode.el` file to
+some directory in your Emacs's `load-path` and add the following lines
+to Emacs's initialization file (`~/.emacs` or `~/.emacs.d/init.el`):
 
     (autoload 'wcheck-mode "wcheck-mode"
       "Toggle wcheck-mode." t)
@@ -107,6 +107,7 @@ initialization file (`~/.emacs` or `~/.emacs.d/init.el`):
     (autoload 'wcheck-jump-backward "wcheck-mode"
       "Move point backward to previous marked text area." t)
 
+[Elpa]:  https://elpa.gnu.org/
 [Melpa]: https://melpa.org/
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]