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