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

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

[elpa] externals/modus-operandi-theme b80d4b4 93/99: Add "conf" to org-s


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme b80d4b4 93/99: Add "conf" to org-src-block-faces
Date: Fri, 31 Jul 2020 09:25:34 -0400 (EDT)

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

    Add "conf" to org-src-block-faces
    
    These come into effect when the user opts for:
    
    (setq modus-operandi-theme-org-blocks 'rainbow)
    (setq modus-vivendi-theme-org-blocks 'rainbow)
---
 modus-operandi-theme.el | 1 +
 modus-vivendi-theme.el  | 1 +
 2 files changed, 2 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index e8962a4..c6807c8 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3933,6 +3933,7 @@ Also bind `class' to ((class color) (min-colors 89))."
          ("ipython" modus-theme-nuanced-magenta)
          ("r" modus-theme-nuanced-cyan)
          ("yaml" modus-theme-nuanced-cyan)
+         ("conf" modus-theme-nuanced-cyan)
          ("docker" modus-theme-nuanced-cyan)
          ("json" modus-theme-nuanced-cyan))))))
 
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 15fb703..fb59976 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3933,6 +3933,7 @@ Also bind `class' to ((class color) (min-colors 89))."
          ("ipython" modus-theme-nuanced-magenta)
          ("r" modus-theme-nuanced-cyan)
          ("yaml" modus-theme-nuanced-cyan)
+         ("conf" modus-theme-nuanced-cyan)
          ("docker" modus-theme-nuanced-cyan)
          ("json" modus-theme-nuanced-cyan))))))
 



reply via email to

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