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

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

[elpa] externals/wcheck-mode 7fb39bc 38/39: README: In install instructi


From: Teemu Likonen
Subject: [elpa] externals/wcheck-mode 7fb39bc 38/39: README: In install instructions refer to GNU Elpa only
Date: Sun, 4 Oct 2020 07:55:25 -0400 (EDT)

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

    README: In install instructions refer to GNU Elpa only
---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index dc21707..80920a0 100644
--- a/README.md
+++ b/README.md
@@ -91,10 +91,12 @@ checker.
 Install
 -------
 
-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`):
+You can install Wcheck mode from [GNU Elpa][Elpa] package archive. Use
+Emacs command `M-x list-packages` and search for package `wcheck-mode`.
+
+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,8 +109,7 @@ to Emacs's 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/
+[Elpa]: https://elpa.gnu.org/
 
 
 Configuration and basic usage



reply via email to

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