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

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

[elpa] externals/ef-themes fe7eb8f5cd 13/28: Add support for new flymake


From: ELPA Syncer
Subject: [elpa] externals/ef-themes fe7eb8f5cd 13/28: Add support for new flymake "echo" faces
Date: Sun, 30 Apr 2023 12:02:37 -0400 (EDT)

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

    Add support for new flymake "echo" faces
---
 ef-themes.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index c2ac85b220..f06d15d09f 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1308,8 +1308,11 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(flycheck-warning ((,c :inherit ef-themes-underline-warning)))
 ;;;; flymake
     `(flymake-error ((,c :inherit ef-themes-underline-error)))
+    `(flymake-error-echo ((,c :inherit error)))
     `(flymake-note ((,c :inherit ef-themes-underline-info)))
+    `(flymake-note-echo ((,c :inherit success)))
     `(flymake-warning ((,c :inherit ef-themes-underline-warning)))
+    `(flymake-warning-echo ((,c :inherit warning)))
 ;;;; flyspell
     `(flyspell-duplicate ((,c :inherit ef-themes-underline-warning)))
     `(flyspell-incorrect ((,c :inherit ef-themes-underline-error)))



reply via email to

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