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

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

[elpa] externals/modus-operandi-theme 23b38df 60/99: Add "bug" keyword t


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme 23b38df 60/99: Add "bug" keyword to 'hl-todo-keyword-faces' list
Date: Fri, 31 Jul 2020 09:25:26 -0400 (EDT)

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

    Add "bug" keyword to 'hl-todo-keyword-faces' list
    
    In response to issue 61:
    https://gitlab.com/protesilaos/modus-themes/-/issues/61
---
 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 15b7165..355476c 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -3785,6 +3785,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        ("OKAY" . ,cyan-alt)
        ("DONT" . ,green-alt)
        ("FAIL" . ,red)
+       ("BUG" . ,red)
        ("DONE" . ,green)
        ("NOTE" . ,yellow-alt-other)
        ("KLUDGE" . ,yellow)
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 2b847ee..e1f3943 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -3785,6 +3785,7 @@ Also bind `class' to ((class color) (min-colors 89))."
        ("OKAY" . ,cyan-alt)
        ("DONT" . ,green-alt)
        ("FAIL" . ,red)
+       ("BUG" . ,red)
        ("DONE" . ,green)
        ("NOTE" . ,yellow-alt-other)
        ("KLUDGE" . ,yellow)



reply via email to

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