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

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

[nongnu] elpa/hl-block-mode f2ec1f167a 46/64: Correct type of hl-block-c


From: ELPA Syncer
Subject: [nongnu] elpa/hl-block-mode f2ec1f167a 46/64: Correct type of hl-block-color-tint
Date: Thu, 7 Jul 2022 12:00:08 -0400 (EDT)

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

    Correct type of hl-block-color-tint
---
 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 4d84398565..bea05ad274 100644
--- a/hl-block-mode.el
+++ b/hl-block-mode.el
@@ -55,7 +55,7 @@ Set to nil to use all brackets."
 (defcustom hl-block-color-tint "#040404"
   "Color to add/subtract from the background each scope step."
   :group 'hl-block-mode
-  :type 'float)
+  :type 'color)
 
 (defcustom hl-block-multi-line nil
   "Skip highlighting nested blocks on the same line.



reply via email to

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