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

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

[nongnu] elpa/highlight-parentheses e653594 15/49: Add README with travi


From: ELPA Syncer
Subject: [nongnu] elpa/highlight-parentheses e653594 15/49: Add README with travis build state.
Date: Sun, 15 Aug 2021 03:57:44 -0400 (EDT)

branch: elpa/highlight-parentheses
commit e65359453bcda192035dcec7502e380d6eedfac9
Author: Nikolaj Schumacher <git@nschum.de>
Commit: Nikolaj Schumacher <git@nschum.de>

    Add README with travis build state.
---
 README.md                | 13 +++++++++++++
 highlight-parentheses.el |  3 ++-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..8caa613
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+highlight-parentheses.el
+========================
+
+Highlight surrounding parentheses in Emacs
+
+[![Build 
Status](https://travis-ci.org/nschum/highlight-parentheses.el.png?branch=master)](https://travis-ci.org/nschum/highlight-parentheses.el)
+
+Add the following to your .emacs file:
+
+    (require 'highlight-parentheses)
+
+Enable the mode using <kbd>M-x highlight-parentheses-mode</kbd> or by adding it
+to a hook.
diff --git a/highlight-parentheses.el b/highlight-parentheses.el
index 5451fd5..b1eb1ee 100644
--- a/highlight-parentheses.el
+++ b/highlight-parentheses.el
@@ -28,7 +28,8 @@
 ;; Add the following to your .emacs file:
 ;; (require 'highlight-parentheses)
 ;;
-;; Enable `highlight-parentheses-mode'.
+;; Enable the mode using M-x highlight-parentheses-mode or by adding it to a
+;; hook.
 ;;
 ;;; Change Log:
 ;;



reply via email to

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