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

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

[nongnu] elpa/hl-block-mode 618c0a78ef 53/64: Correct bracket face


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 618c0a78ef 53/64: Correct bracket face
Date: Thu, 7 Jul 2022 12:00:09 -0400 (EDT)

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

    Correct bracket face
---
 hl-block-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index 416981b4dc..be0f9ba3f5 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -78,7 +78,7 @@ Useful for languages that use S-expressions to avoid overly 
nested highlighting.
   :type 'color)
 
 ;; For `bracket' draw style.
-(defcustom hl-block-bracket-face '((t (:inverse-video t)))
+(defcustom hl-block-bracket-face '(t (:inverse-video t))
   "Face used when `hl-block-style' is set to `bracket'."
   :type 'face
   :group 'widget-faces)



reply via email to

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