branch: externals/wcheck-mode commit ed7789836601f062a5aac264c6b5756e75b5fb2e Author: Teemu Likonen <tliko...@iki.fi> Commit: Teemu Likonen <tliko...@iki.fi>
Remove Marmalade package archive --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 48d5107..4ede4ac 100644 --- a/README.md +++ b/README.md @@ -91,10 +91,10 @@ checker. Install ------- -You can install Wcheck mode through [Marmalade][] or [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 [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`): (autoload 'wcheck-mode "wcheck-mode" "Toggle wcheck-mode." t) @@ -107,8 +107,7 @@ 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) -[Marmalade]: http://marmalade-repo.org/ -[Melpa]: https://melpa.org/ +[Melpa]: https://melpa.org/ Configuration and basic usage