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

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

[elpa] externals/modus-operandi-theme ae783cd 30/99: Add aliases for 'or


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ae783cd 30/99: Add aliases for 'org-src-block-faces' languages
Date: Fri, 31 Jul 2020 09:25:20 -0400 (EDT)

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

    Add aliases for 'org-src-block-faces' languages
---
 modus-operandi-theme.el | 2 ++
 modus-vivendi-theme.el  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2b77c33..1ef4a4f 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3771,9 +3771,11 @@ Also bind `class' to ((class color) (min-colors 89))."
      'modus-operandi
      `(org-src-block-faces              ; TODO this list should be expanded
        `(("emacs-lisp" 'modus-theme-nuanced-magenta)
+         ("elisp" 'modus-theme-nuanced-magenta)
          ("c" 'modus-theme-nuanced-blue)
          ("c++" 'modus-theme-nuanced-cyan)
          ("sh" 'modus-theme-nuanced-green)
+         ("shell" 'modus-theme-nuanced-green)
          ("html" 'modus-theme-nuanced-yellow)
          ("css" 'modus-theme-nuanced-cyan)
          ("scss" 'modus-theme-nuanced-magenta)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 74f88ba..6cc4c6e 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3771,9 +3771,11 @@ Also bind `class' to ((class color) (min-colors 89))."
      'modus-vivendi
      `(org-src-block-faces              ; TODO this list should be expanded
        `(("emacs-lisp" 'modus-theme-nuanced-magenta)
+         ("elisp" 'modus-theme-nuanced-magenta)
          ("c" 'modus-theme-nuanced-blue)
          ("c++" 'modus-theme-nuanced-cyan)
          ("sh" 'modus-theme-nuanced-green)
+         ("shell" 'modus-theme-nuanced-green)
          ("html" 'modus-theme-nuanced-yellow)
          ("css" 'modus-theme-nuanced-cyan)
          ("scss" 'modus-theme-nuanced-magenta)



reply via email to

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