branch: elpa/testcover-mark-line commit f5de4482a023e8599f16aff52aad483902f180d3 Author: Akib Azmain Turja <a...@disroot.org> Commit: Akib Azmain Turja <a...@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)