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

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

[nongnu] elpa/hl-block-mode 352686955b: Cleanup: disable quoted formatti


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode 352686955b: Cleanup: disable quoted formatting
Date: Tue, 31 Jan 2023 21:02:11 -0500 (EST)

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

    Cleanup: disable quoted formatting
---
 hl-block-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hl-block-mode.el b/hl-block-mode.el
index d76a668f67..e8f6a3170e 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -69,9 +69,8 @@ Useful for languages that use S-expressions to avoid overly 
nested highlighting.
 (defcustom hl-block-style 'color-tint
   "Only highlight a single level."
   :type
-  '(choice
-    (symbol :tag "Tint the background at each level `hl-block-color-tint'." 
color-tint)
-    (symbol :tag "Highlight surrounding brackets using 
`hl-block-bracket-face'." bracket)))
+  '(choice (symbol :tag "Tint the background at each level 
`hl-block-color-tint'." color-tint)
+           (symbol :tag "Highlight surrounding brackets using 
`hl-block-bracket-face'." bracket)))
 
 ;; For `color-tint' draw style.
 (defcustom hl-block-color-tint "#040404"
@@ -445,5 +444,6 @@ Argument BLOCK-LIST represents start-end ranges of braces."
 ;; Local Variables:
 ;; fill-column: 99
 ;; indent-tabs-mode: nil
+;; elisp-autofmt-format-quoted: nil
 ;; End:
 ;;; hl-block-mode.el ends here



reply via email to

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