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

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

[elpa] externals/ef-themes 97e45a59b2: Add support for end-of-line flyma


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 97e45a59b2: Add support for end-of-line flymake faces (Emacs 29)
Date: Mon, 15 May 2023 15:57:48 -0400 (EDT)

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

    Add support for end-of-line flymake faces (Emacs 29)
---
 ef-themes.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ef-themes.el b/ef-themes.el
index aed2ba3f2a..330eaad408 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1309,12 +1309,16 @@ Optional prefix argument MAPPINGS has the same meaning 
as for
     `(flycheck-info ((,c :inherit ef-themes-underline-info)))
     `(flycheck-warning ((,c :inherit ef-themes-underline-warning)))
 ;;;; flymake
+    `(flymake-end-of-line-diagnostics-face ((,c :inherit italic :height 0.85 
:box ,border)))
     `(flymake-error ((,c :inherit ef-themes-underline-error)))
     `(flymake-error-echo ((,c :inherit error)))
+    `(flymake-error-echo-at-eol ((,c :inherit 
flymake-end-of-line-diagnostics-face :foreground ,err)))
     `(flymake-note ((,c :inherit ef-themes-underline-info)))
     `(flymake-note-echo ((,c :inherit success)))
+    `(flymake-note-echo-at-eol ((,c :inherit 
flymake-end-of-line-diagnostics-face :foreground ,info)))
     `(flymake-warning ((,c :inherit ef-themes-underline-warning)))
     `(flymake-warning-echo ((,c :inherit warning)))
+    `(flymake-note-echo-at-eol ((,c :inherit 
flymake-end-of-line-diagnostics-face :foreground ,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]