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

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

[elpa] externals/modus-operandi-theme 1e466e0 80/99: Modus Operandi: fix


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 1e466e0 80/99: Modus Operandi: fix bad var from commit d8986b791
Date: Fri, 31 Jul 2020 09:25:30 -0400 (EDT)

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

    Modus Operandi: fix bad var from commit d8986b791
---
 modus-operandi-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 731b0c0..b3ca5bb 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3068,7 +3068,7 @@ Also bind `class' to ((class color) (min-colors 89))."
                         ,@(modus-operandi-theme-heading-foreground fg-dim 
magenta)
                         ,@(modus-operandi-theme-heading-block bg-alt fg-alt))))
 ;;;;; outline-minor-faces
-   `(outline-minor-0 ((,class ,@(unless modus-vivendi-theme-section-headings
+   `(outline-minor-0 ((,class ,@(unless modus-operandi-theme-section-headings
                                   (list :background bg-alt)))))
 ;;;;; package (M-x list-packages)
    `(package-description ((,class :foreground ,fg-special-cold)))



reply via email to

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