branch: externals/wcheck-mode commit 7fb39bc5bf66462be9a2e51eeaf865a277e3c02e Author: Teemu Likonen <tliko...@iki.fi> Commit: Teemu Likonen <tliko...@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