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

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

[elpa] externals/aircon-theme b0b53e1988: Fix :box specification for 'he


From: ELPA Syncer
Subject: [elpa] externals/aircon-theme b0b53e1988: Fix :box specification for 'help-key-binding'
Date: Thu, 7 Mar 2024 18:57:21 -0500 (EST)

branch: externals/aircon-theme
commit b0b53e198848cd0cef8271cb768963be09d8ab67
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Gregory Chamberlain <greg@cosine.blue>

    Fix :box specification for 'help-key-binding'
    
    Emacs 30 raises an error if the plist is malformed:
    
      face-spec-set-2: Invalid face box: :color, "#a3a4ae", (1 . -1), 
:line-width
---
 aircon-theme.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aircon-theme.el b/aircon-theme.el
index 0ff344dec7..e6cd8d65e8 100644
--- a/aircon-theme.el
+++ b/aircon-theme.el
@@ -1,6 +1,6 @@
 ;;; aircon-theme.el --- Cool and legible light theme  -*- lexical-binding: t; 
-*-
 
-;; Copyright (C) 2022  Free Software Foundation, Inc.
+;; Copyright (C) 2022, 2024  Free Software Foundation, Inc.
 
 ;; Version: 0.0.6
 ;; Author: Gregory Chamberlain <greg@cosine.blue>
@@ -134,7 +134,7 @@
  '(compilation-error          ((t (:inherit error))))
 
  `(help-key-binding ((t (:inherit (aircon-header)
-                         :box (:color ,aircon-ghost (1 . -1) :line-width)))))
+                         :box (:color ,aircon-ghost :line-width (1 . -1))))))
 
  '(shadow       ((t (:inherit (aircon-scorpion)))))
  '(error        ((t (:inherit (bold aircon-brick)))))



reply via email to

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