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

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

[elpa] externals/jinx a2adc7cca5 2/3: Add more message-mode faces to jin


From: ELPA Syncer
Subject: [elpa] externals/jinx a2adc7cca5 2/3: Add more message-mode faces to jinx-exclude-faces (#61)
Date: Wed, 3 May 2023 16:58:51 -0400 (EDT)

branch: externals/jinx
commit a2adc7cca5e742bcd0fe6db3d99440fa5442ff49
Author: Damien Cassou <damien@cassou.me>
Commit: GitHub <noreply@github.com>

    Add more message-mode faces to jinx-exclude-faces (#61)
---
 jinx.el | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/jinx.el b/jinx.el
index 6dc71ee2c4..149084812a 100644
--- a/jinx.el
+++ b/jinx.el
@@ -135,7 +135,12 @@ Set to t to enable camelCase everywhere."
     (emacs-lisp-mode
      font-lock-constant-face font-lock-warning-face)
     (message-mode
-     message-header-name))
+     message-header-cc
+     message-header-name
+     message-header-newsgroups
+     message-header-other
+     message-header-to
+     message-header-xheader))
   "Alist of faces per major mode.
 These faces mark regions which should be excluded in spell
 checking."



reply via email to

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