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

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

[elpa] externals/modus-operandi-theme ecf58e3 081/153: Fix inconsistent


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ecf58e3 081/153: Fix inconsistent ':inherit'
Date: Thu, 18 Mar 2021 13:47:44 -0400 (EDT)

branch: externals/modus-operandi-theme
commit ecf58e3f14a30cef52eb16ebe4f929c1922fc534
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Fix inconsistent ':inherit'
---
 modus-operandi-theme.el | 2 +-
 modus-vivendi-theme.el  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index cbea3a8..c7a3dfd 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3528,7 +3528,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-code ((,class :inherit fixed-pitch :foreground ,magenta)))
    `(org-column ((,class :background ,bg-alt)))
    `(org-column-title ((,class :inherit bold :underline t :background 
,bg-alt)))
-   `(org-date ((,class :inherit '(button fixed-pitch) :foreground 
,cyan-alt-other)))
+   `(org-date ((,class :inherit (button fixed-pitch) :foreground 
,cyan-alt-other)))
    `(org-date-selected ((,class :inherit bold :foreground ,blue-alt 
:inverse-video t)))
    `(org-document-info ((,class :foreground ,fg-special-cold)))
    `(org-document-info-keyword ((,class :inherit fixed-pitch :foreground 
,fg-alt)))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2525d05..2f3809e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3528,7 +3528,7 @@ Also bind `class' to ((class color) (min-colors 89))."
    `(org-code ((,class :inherit fixed-pitch :foreground ,magenta)))
    `(org-column ((,class :background ,bg-alt)))
    `(org-column-title ((,class :inherit bold :underline t :background 
,bg-alt)))
-   `(org-date ((,class :inherit fixed-pitch :inherit button :foreground 
,cyan-alt-other)))
+   `(org-date ((,class :inherit (button fixed-pitch) :foreground 
,cyan-alt-other)))
    `(org-date-selected ((,class :inherit bold :foreground ,blue-alt 
:inverse-video t)))
    `(org-document-info ((,class :foreground ,fg-special-cold)))
    `(org-document-info-keyword ((,class :inherit fixed-pitch :foreground 
,fg-alt)))



reply via email to

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