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

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

[elpa] externals/ef-themes 8a8c2c4c15: Remove the override for 'org-mode


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 8a8c2c4c15: Remove the override for 'org-modern-label' face
Date: Tue, 13 Sep 2022 07:58:01 -0400 (EDT)

branch: externals/ef-themes
commit 8a8c2c4c15f4578d0d065f9dafe057d12df9b581
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Remove the override for 'org-modern-label' face
    
    What we had here was basically breaking some of the functionality of
    org-modern which relies on the typographic attributes of this face.
---
 ef-themes.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ef-themes.el b/ef-themes.el
index 1a4b6408ff..04219b94eb 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1414,7 +1414,6 @@ Helper function for `ef-themes-preview-colors'."
     `(org-modern-date-active ((,c :inherit (ef-themes-fixed-pitch 
org-modern-label) :background ,bg-alt)))
     `(org-modern-date-inactive ((,c :inherit (ef-themes-fixed-pitch 
org-modern-label) :background ,bg-dim :foreground ,fg-dim)))
     `(org-modern-done ((,c :inherit org-modern-label :background ,bg-info 
:foreground ,info)))
-    `(org-modern-label (( )))
     `(org-modern-priority ((,c :inherit (org-modern-label org-priority) 
:background ,bg-dim)))
     `(org-modern-statistics ((,c :inherit org-modern-label :background 
,bg-dim)))
     `(org-modern-tag ((,c :inherit (org-modern-label org-tag) :background 
,bg-dim)))



reply via email to

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