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

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

[elpa] externals/relint 41151c1704 1/5: Mention the flycheck-relint and


From: ELPA Syncer
Subject: [elpa] externals/relint 41151c1704 1/5: Mention the flycheck-relint and flymake-relint packages in README
Date: Thu, 5 Oct 2023 09:59:39 -0400 (EDT)

branch: externals/relint
commit 41151c1704688c7b71ac4cfd49026fcb899bcd0b
Author: Mattias EngdegÄrd <mattiase@acm.org>
Commit: Mattias EngdegÄrd <mattiase@acm.org>

    Mention the flycheck-relint and flymake-relint packages in README
---
 README | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/README b/README
index ef30ff2545..7695a1751f 100644
--- a/README
+++ b/README
@@ -31,6 +31,8 @@ skip-syntax-forward and skip-syntax-backward.
 
       M-x relint-current-buffer
 
+  In the *relint* buffer, pressing "g" will re-run the same check.
+
   - From batch mode:
 
       emacs -batch -l relint.el -f relint-batch FILES-AND-DIRS...
@@ -39,14 +41,18 @@ skip-syntax-forward and skip-syntax-backward.
     (Options for finding relint and xr need to be added after
     -batch, either -f package-initialize or -L DIR.)
 
-    In the *relint* buffer, pressing "g" will re-run the same check.
-
   - From Emacs Lisp code, use one of the above functions or
 
       (relint-buffer BUFFER)
 
     which returns a list of diagnostics.
 
+  - From other packages:
+
+    The flycheck-relint and flymake-relint packages run relint
+    automatically via flycheck and flymake, respectively.
+    They are available from the MELPA package archive.
+
 
 * Installation
 



reply via email to

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