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

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

[elpa] externals/ef-themes 97c4921701 3/4: Add support for flyspell


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 97c4921701 3/4: Add support for flyspell
Date: Sun, 16 Oct 2022 01:57:35 -0400 (EDT)

branch: externals/ef-themes
commit 97c4921701f256e6878c8ab2a6e82e2c87b4ff88
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Add support for flyspell
    
    This is made possible by the new colours introduced in commit 5337d4f.
    Read its message.
---
 README.org   | 1 +
 ef-themes.el | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/README.org b/README.org
index dc3bd88f59..993e74d1bc 100644
--- a/README.org
+++ b/README.org
@@ -915,6 +915,7 @@ everything most users need.
 - eshell
 - eww
 - flymake [ Part of {{{development-version}}} ]
+- flyspell [ Part of {{{development-version}}} ]
 - font-lock
 - git-commit
 - git-rebase
diff --git a/ef-themes.el b/ef-themes.el
index 6fa4f1a104..0eadad06fa 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -969,6 +969,9 @@ Helper function for `ef-themes-preview-colors'."
     `(flymake-error ((,c :underline (:style wave :color ,underline-err))))
     `(flymake-note ((,c :underline (:style wave :color ,underline-info))))
     `(flymake-warning ((,c :underline (:style wave :color 
,underline-warning))))
+;;;; flyspell
+    `(flyspell-duplicate ((,c :underline (:style wave :color 
,underline-warning))))
+    `(flyspell-incorrect ((,c :underline (:style wave :color ,underline-err))))
 ;;;; font-lock
     `(font-lock-builtin-face ((,c :inherit bold :foreground ,builtin)))
     `(font-lock-comment-delimiter-face ((,c :inherit font-lock-comment-face)))



reply via email to

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