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

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

[nongnu] elpa/hl-block-mode 859d3cac49 51/64: readme: update example


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 859d3cac49 51/64: readme: update example
Date: Thu, 7 Jul 2022 12:00:09 -0400 (EDT)

branch: elpa/hl-block-mode
commit 859d3cac49986fb8c57e6197086309db0179704d
Author: Campbell Barton <ideasman42@gmail.com>
Commit: Campbell Barton <ideasman42@gmail.com>

    readme: update example
---
 readme.rst | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/readme.rst b/readme.rst
index df4657a3f5..4fab8eec5d 100644
--- a/readme.rst
+++ b/readme.rst
@@ -44,13 +44,10 @@ This example shows how this package can be used to 
highlight only the surroundin
 
    (use-package hl-block-mode
      :commands (hl-block-mode)
-
      :config
-     (setq hl-block-bracket nil)
-     (setq hl-block-multi-line t)
-     (setq hl-block-single-level t)
-     (setq hl-block-style 'bracket)
-
+     (setq hl-block-bracket nil)    ;; Match all brackets.
+     (setq hl-block-single-level t) ;; Only one pair of brackets.
+     (setq hl-block-style 'bracket) ;; Highlight only the brackets.
      :hook ((prog-mode) . hl-block-mode))
 
 



reply via email to

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