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

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

[elpa] externals/modus-themes 01b47a0446: Make Jinx use a warning instea


From: ELPA Syncer
Subject: [elpa] externals/modus-themes 01b47a0446: Make Jinx use a warning instead of an error
Date: Thu, 4 May 2023 01:59:00 -0400 (EDT)

branch: externals/modus-themes
commit 01b47a044678b66fdabfbb895bb0326e07990153
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Make Jinx use a warning instead of an error
    
    This is because of how the package works: it automatically highlights
    misspellings in the visible portion of the buffer.  There are cases
    where this results in a very intense presentation, which can be
    distracting.  We want to reduce the overall intensity and not draw too
    much attention to those highlights.
---
 modus-themes.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modus-themes.el b/modus-themes.el
index 24f885fae3..82e54c8745 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2786,7 +2786,7 @@ FG and BG are the main colors."
 ;;;;; jit-spell
     `(jit-spell-misspelling ((,c :inherit modus-themes-lang-error)))
 ;;;;; jinx
-    `(jinx-misspelled ((,c :inherit modus-themes-lang-error)))
+    `(jinx-misspelled ((,c :inherit modus-themes-lang-warning)))
 ;;;;; journalctl-mode
     `(journalctl-error-face ((,c :inherit error)))
     `(journalctl-finished-face ((,c :inherit success)))



reply via email to

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