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

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

[nongnu] elpa/testcover-mark-line f5de4482a0 1/2: Document how to enable


From: ELPA Syncer
Subject: [nongnu] elpa/testcover-mark-line f5de4482a0 1/2: Document how to enable in README and commentary
Date: Mon, 28 Nov 2022 14:59:40 -0500 (EST)

branch: elpa/testcover-mark-line
commit f5de4482a023e8599f16aff52aad483902f180d3
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Document how to enable in README and commentary
---
 README.org             | 4 ++++
 testcover-mark-line.el | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/README.org b/README.org
index ab5f6a0184..e6745f7b4f 100644
--- a/README.org
+++ b/README.org
@@ -6,6 +6,8 @@ which sometimes don't attract attention and is hard to see, 
especially
 when your code is heavy highlighted.  This package highlights the
 whole line, which can easily get your attention.
 
+Enable with ~M-x testcover-mark-line-mode~, and you're done.
+
 * Installation
 
 ~testcover-mark-line~ isn't available on any ELPA right now.  So, you
@@ -29,6 +31,8 @@ have to follow one of the following methods:
    :repo "https://codeberg.org/akib/emacs-testcover-mark-line.git";))
 #+end_src
 
+* Usa
+
 ** Manual
 
 Download the ~testcover-mark-line.el~ file and put it in your
diff --git a/testcover-mark-line.el b/testcover-mark-line.el
index e18aafe242..c6b59aa10b 100644
--- a/testcover-mark-line.el
+++ b/testcover-mark-line.el
@@ -32,6 +32,8 @@
 ;; especially when your code is heavy highlighted.  This package
 ;; highlights the whole line, which can easily get your attention.
 
+;; Enable with M-x testcover-mark-line-mode, and you're done.
+
 ;;; Code:
 
 (require 'cl-lib)



reply via email to

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