branch: elpa/highlight-parentheses commit 21fd617617c7a7cdc70e80d179fd2cefe07dfc8d Author: Tassilo Horn <t...@gnu.org> Commit: Tassilo Horn <t...@gnu.org>
Update README --- README.md | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e4b67e..436b32f 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ 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 like so: +Enable the mode using `M-x highlight-parentheses-mode` or by adding it to a hook +like so: ```elisp (add-hook 'prog-mode-hook #'highlight-parentheses-mode) @@ -17,4 +17,22 @@ to a hook like so: ## Screenshot +See how parens are fontified reddish if they contain point. +  + +## Questions & Patches + +For asking questions, sending feedback, or patches, refer to [my public inbox +(mailinglist)](https://lists.sr.ht/~tsdh/public-inbox). Please mention the +project you are referring to in the subject. + +## Bugs + +Bugs and requests can be reported +[here](https://todo.sr.ht/~tsdh/highlight-parentheses.el). + +## License + +highlight-parentheses.el is licensed under the +[GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html) (or later).