branch: elpa/highlight-parentheses commit e65359453bcda192035dcec7502e380d6eedfac9 Author: Nikolaj Schumacher <g...@nschum.de> Commit: Nikolaj Schumacher <g...@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 + +[](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: ;;