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

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

[elpa] externals/modus-themes d4e70e069b 3/3: Add support for jit-spell


From: ELPA Syncer
Subject: [elpa] externals/modus-themes d4e70e069b 3/3: Add support for jit-spell
Date: Wed, 8 Mar 2023 00:58:52 -0500 (EST)

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

    Add support for jit-spell
    
    A new package by Augusto Stoffel: <https://github.com/astoff/jit-spell>.
---
 doc/modus-themes.info | 83 ++++++++++++++++++++++++++-------------------------
 doc/modus-themes.org  |  1 +
 modus-themes.el       |  2 ++
 3 files changed, 45 insertions(+), 41 deletions(-)

diff --git a/doc/modus-themes.info b/doc/modus-themes.info
index c70a675520..90097a715e 100644
--- a/doc/modus-themes.info
+++ b/doc/modus-themes.info
@@ -3811,6 +3811,7 @@ have lots of extensions, so the “full support” may not be 
100% true…
    • ivy*
    • ivy-posframe
    • jira (org-jira)
+   • jit-spell [Part of 4.2.0-dev]
    • journalctl-mode
    • js2-mode
    • julia
@@ -5967,47 +5968,47 @@ Node: Custom hl-todo colors149605
 Node: Add support for solaire-mode151130
 Node: Face coverage154041
 Node: Supported packages154493
-Node: Indirectly covered packages159842
-Node: Notes on individual packages161195
-Node: Note on calendarel weekday and weekend colors162295
-Node: Note on git-gutter in Doom Emacs163443
-Node: Note on php-mode multiline comments165787
-Node: Note on underlines in compilation buffers166540
-Node: Note on inline Latex in Org buffers167377
-Node: Note on dimmerel167987
-Node: Note on display-fill-column-indicator-mode169472
-Node: Note on highlight-parenthesesel170871
-Node: Note on mmm-modeel background colors176849
-Node: Note for prism179149
-Node: Note on company-mode overlay pop-up182317
-Ref: Note on company-mode overlay pop-up-Footnote-1183047
-Ref: Note on company-mode overlay pop-up-Footnote-2183114
-Node: Note on ERC escaped color sequences183169
-Ref: Note on ERC escaped color sequences-Footnote-1184597
-Node: Note on powerline or spaceline184707
-Node: Note on SHR colors185121
-Node: Note on SHR fonts185545
-Node: Note on Ement colors and fonts186184
-Node: Note on pdf-tools link hints187694
-Node: Note on the Notmuch logo190154
-Node: Note on goto-address-mode faces190692
-Node: Frequently Asked Questions191804
-Node: Is the contrast ratio about adjacent colors?192435
-Node: What does it mean to avoid exaggerations?193942
-Node: Why are colors mostly variants of blue magenta cyan?195792
-Node: What is the best setup for legibility?200098
-Node: Are these color schemes?202743
-Node: Port the Modus themes to other platforms?206425
-Node: Contributing209197
-Node: Sources of the themes209594
-Node: Issues you can help with210488
-Node: Patches require copyright assignment to the FSF211879
-Node: Acknowledgements214099
-Node: GNU Free Documentation License218030
-Node: Indices243394
-Node: Function index243573
-Node: Variable index244756
-Node: Concept index246655
+Node: Indirectly covered packages159879
+Node: Notes on individual packages161232
+Node: Note on calendarel weekday and weekend colors162332
+Node: Note on git-gutter in Doom Emacs163480
+Node: Note on php-mode multiline comments165824
+Node: Note on underlines in compilation buffers166577
+Node: Note on inline Latex in Org buffers167414
+Node: Note on dimmerel168024
+Node: Note on display-fill-column-indicator-mode169509
+Node: Note on highlight-parenthesesel170908
+Node: Note on mmm-modeel background colors176886
+Node: Note for prism179186
+Node: Note on company-mode overlay pop-up182354
+Ref: Note on company-mode overlay pop-up-Footnote-1183084
+Ref: Note on company-mode overlay pop-up-Footnote-2183151
+Node: Note on ERC escaped color sequences183206
+Ref: Note on ERC escaped color sequences-Footnote-1184634
+Node: Note on powerline or spaceline184744
+Node: Note on SHR colors185158
+Node: Note on SHR fonts185582
+Node: Note on Ement colors and fonts186221
+Node: Note on pdf-tools link hints187731
+Node: Note on the Notmuch logo190191
+Node: Note on goto-address-mode faces190729
+Node: Frequently Asked Questions191841
+Node: Is the contrast ratio about adjacent colors?192472
+Node: What does it mean to avoid exaggerations?193979
+Node: Why are colors mostly variants of blue magenta cyan?195829
+Node: What is the best setup for legibility?200135
+Node: Are these color schemes?202780
+Node: Port the Modus themes to other platforms?206462
+Node: Contributing209234
+Node: Sources of the themes209631
+Node: Issues you can help with210525
+Node: Patches require copyright assignment to the FSF211916
+Node: Acknowledgements214136
+Node: GNU Free Documentation License218067
+Node: Indices243431
+Node: Function index243610
+Node: Variable index244793
+Node: Concept index246692
 
 End Tag Table
 
diff --git a/doc/modus-themes.org b/doc/modus-themes.org
index 2fa39112fe..e5fdfc3e02 100644
--- a/doc/modus-themes.org
+++ b/doc/modus-themes.org
@@ -3715,6 +3715,7 @@ have lots of extensions, so the "full support" may not be 
100% true…
 + ivy*
 + ivy-posframe
 + jira (org-jira)
++ jit-spell [Part of {{{development-version}}}]
 + journalctl-mode
 + js2-mode
 + julia
diff --git a/modus-themes.el b/modus-themes.el
index e1e8cbb577..eb49b5c022 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -2645,6 +2645,8 @@ FG and BG are the main colors."
     `(jiralib-link-filter-face ((,c :underline t)))
     `(jiralib-link-issue-face ((,c :underline t)))
     `(jiralib-link-project-face ((,c :underline t)))
+;;;;; jit-spell
+    `(jit-spell-misspelling ((,c :inherit modus-themes-lang-error)))
 ;;;;; 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]