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

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

[elpa] externals/modus-vivendi-theme 5349487 003/110: Add support for WC


From: Stefan Monnier
Subject: [elpa] externals/modus-vivendi-theme 5349487 003/110: Add support for WCHECK-MODE
Date: Wed, 29 Apr 2020 21:39:54 -0400 (EDT)

branch: externals/modus-vivendi-theme
commit 5349487787a4404ea9fea05721afc08414394bd3
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for WCHECK-MODE
---
 README.org              | 1 +
 modus-operandi-theme.el | 3 +++
 modus-vivendi-theme.el  | 3 +++
 3 files changed, 7 insertions(+)

diff --git a/README.org b/README.org
index 5f06634..df01287 100644
--- a/README.org
+++ b/README.org
@@ -369,6 +369,7 @@ the "full support" may not be 100% true…
 + vc-annotate (=C-x v g=)
 + visual-regexp
 + volatile-highlights
++ wcheck-mode
 + web-mode
 + wgrep
 + which-function-mode
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 2261c93..b5beecc 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -246,6 +246,7 @@
 ;;     vc-annotate (C-x v g)
 ;;     visual-regexp
 ;;     volatile-highlights
+;;     wcheck-mode
 ;;     web-mode
 ;;     wgrep
 ;;     which-function-mode
@@ -2666,6 +2667,8 @@ between foreground and background is >= 7:1)."
    ;;;; volatile-highlights
    `(vhl/default-face ((,class (,@(and (>= emacs-major-version 27) '(:extend 
t))
                                 :background ,bg-alt :foreground 
,blue-nuanced))))
+   ;;;; wcheck-mode
+   `(wcheck-default-face ((,class (:foreground ,red :underline t))))
    ;;;; web-mode
    `(web-mode-annotation-face ((,class (:inherit web-mode-comment-face))))
    `(web-mode-annotation-html-face ((,class (:inherit web-mode-comment-face))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 8bdd70d..46a111a 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -246,6 +246,7 @@
 ;;     vc-annotate (C-x v g)
 ;;     visual-regexp
 ;;     volatile-highlights
+;;     wcheck-mode
 ;;     web-mode
 ;;     wgrep
 ;;     which-function-mode
@@ -2666,6 +2667,8 @@ between foreground and background is >= 7:1)."
    ;;;; volatile-highlights
    `(vhl/default-face ((,class (,@(and (>= emacs-major-version 27) '(:extend 
t))
                                 :background ,bg-alt :foreground 
,blue-nuanced))))
+   ;;;; wcheck-mode
+   `(wcheck-default-face ((,class (:foreground ,red :underline t))))
    ;;;; web-mode
    `(web-mode-annotation-face ((,class (:inherit web-mode-comment-face))))
    `(web-mode-annotation-html-face ((,class (:inherit web-mode-comment-face))))



reply via email to

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