[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))))
- [elpa] externals/modus-vivendi-theme updated (3ff09a3 -> 117ab3b), Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1f6520d 001/110: Internal: add gitignore rules, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 469b165 002/110: Add support for MAGIT-IMERGE, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 8191e47 005/110: Make NO-EMOJI support explicit. Tweak colour., Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme b720885 006/110: Add support for PAGE-BREAK-LINES, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d34d007 004/110: Fix missing colon sign in one Cider box property, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 5349487 003/110: Add support for WCHECK-MODE,
Stefan Monnier <=
- [elpa] externals/modus-vivendi-theme 6b31621 009/110: Add support for PHI-SEARCH, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 837ee69 008/110: Add support for PHI-GREP, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 91a9f37 011/110: Add support for TOMATINHO, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 00bb7dc 015/110: Internal: minor corrections, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 1c25680 010/110: Add support for POMIDOR, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 7f3388b 013/110: Add missing documentation for covered `csv-mode', Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme 86eb802 012/110: Add support for CTRLF, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme d3a39cd 007/110: Add support for PARROT, Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme e1e9fad 018/110: Document IBUFFER support. Add minor tweaks., Stefan Monnier, 2020/04/29
- [elpa] externals/modus-vivendi-theme aacd88a 027/110: Add support for TRASHED, Stefan Monnier, 2020/04/29