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

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

[elpa] externals/flymake-proselint a78b140 1/2: Simplify and mention ELP


From: ELPA Syncer
Subject: [elpa] externals/flymake-proselint a78b140 1/2: Simplify and mention ELPA
Date: Tue, 10 Aug 2021 08:57:14 -0400 (EDT)

branch: externals/flymake-proselint
commit a78b140d199508a34715336630c68e2821882737
Author: Manuel Uberti <manuel.uberti@inventati.org>
Commit: Manuel Uberti <manuel.uberti@inventati.org>

    Simplify and mention ELPA
---
 README.md | 21 +++------------------
 1 file changed, 3 insertions(+), 18 deletions(-)

diff --git a/README.md b/README.md
index 0223194..a96d4ab 100644
--- a/README.md
+++ b/README.md
@@ -1,29 +1,14 @@
-![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)
-![MELPA](https://melpa.org/packages/flymake-proselint-badge.svg)
-
 # flymake-proselint
 
 This package makes it possible to use [proselint](http://proselint.com/) with 
Emacs built-in Flymake.
 
 ## Getting started
 
-`flymake-proselint` is listed on MELPA. If you use `use-package` you could 
install
-it with something like:
-
-``` emacs-lisp
-(use-package flymake-proselint
-  :ensure t)
-```
-
-Or you can use [`straight.el`](https://github.com/raxod502/straight.el) to 
install it from this repository instead:
-
-``` emacs-lisp
-(straight-use-package
-  '(flymake-proselint :host github :repo "manuel-uberti/flymake-proselint"))
-```
+`flymake-proselint` is listed on 
[ELPA](http://elpa.gnu.org/packages/vertico.html), so you can use <kbd>M-x 
list-packages</kbd> to install
+it.
 
 Then you just need to activate it in the modes you want your prose to be
-checked:
+checked with something like:
 
 ``` emacs-lisp
 (add-hook 'text-mode-hook (lambda ()



reply via email to

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