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

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

[elpa] externals/modus-operandi-theme ed04576 005/112: Add support for F


From: Stefan Monnier
Subject: [elpa] externals/modus-operandi-theme ed04576 005/112: Add support for FLYSPELL-CORRECT (issue #17)
Date: Mon, 30 Mar 2020 15:59:26 -0400 (EDT)

branch: externals/modus-operandi-theme
commit ed0457644d37a3dbfaea6ebb916a351babb60122
Author: Protesilaos Stavrou <address@hidden>
Commit: Protesilaos Stavrou <address@hidden>

    Add support for FLYSPELL-CORRECT (issue #17)
---
 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 55cb4d0..aea2218 100644
--- a/README.org
+++ b/README.org
@@ -232,6 +232,7 @@ the "full support" may not be 100% true…
 + flycheck-posframe
 + flymake
 + flyspell
++ flyspell-correct
 + focus
 + font-lock (generic syntax highlighting)
 + fountain (fountain-mode)
diff --git a/modus-operandi-theme.el b/modus-operandi-theme.el
index 709d6d3..c43636a 100644
--- a/modus-operandi-theme.el
+++ b/modus-operandi-theme.el
@@ -122,6 +122,7 @@
 ;;     flycheck-posframe
 ;;     flymake
 ;;     flyspell
+;;     flyspell-correct
 ;;     focus
 ;;     font-lock (generic syntax highlighting)
 ;;     fountain (fountain-mode)
@@ -1113,6 +1114,8 @@ between foreground and background is >= 7:1)."
      ((,(append '((supports :underline (:style wave))) class)
        (:foreground ,red :underline (:style wave)))
       (,class (:foreground ,red :underline t))))
+   ;;;; flyspell-correct
+   `(flyspell-correct-highlight-face ((,class (:inherit 
modus-theme-refine-green))))
    ;;;; fountain-mode
    `(fountain-character ((,class (:foreground ,magenta-alt-other))))
    `(fountain-comment ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))
diff --git a/modus-vivendi-theme.el b/modus-vivendi-theme.el
index 0e85303..4db8281 100644
--- a/modus-vivendi-theme.el
+++ b/modus-vivendi-theme.el
@@ -122,6 +122,7 @@
 ;;     flycheck-posframe
 ;;     flymake
 ;;     flyspell
+;;     flyspell-correct
 ;;     focus
 ;;     font-lock (generic syntax highlighting)
 ;;     fountain (fountain-mode)
@@ -1113,6 +1114,8 @@ between foreground and background is >= 7:1)."
      ((,(append '((supports :underline (:style wave))) class)
        (:foreground ,red :underline (:style wave)))
       (,class (:foreground ,red :underline t))))
+   ;;;; flyspell-correct
+   `(flyspell-correct-highlight-face ((,class (:inherit 
modus-theme-refine-green))))
    ;;;; fountain-mode
    `(fountain-character ((,class (:foreground ,magenta-alt-other))))
    `(fountain-comment ((,class (:foreground ,fg-alt :slant 
,modus-theme-slant))))



reply via email to

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