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

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

[elpa] externals/ef-themes 4a704cfc93: Add support for eglot


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 4a704cfc93: Add support for eglot
Date: Fri, 18 Nov 2022 03:57:40 -0500 (EST)

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

    Add support for eglot
---
 README.org   | 1 +
 ef-themes.el | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/README.org b/README.org
index dca76a812d..ab58cf65f5 100644
--- a/README.org
+++ b/README.org
@@ -1000,6 +1000,7 @@ everything most users need.
 - display-fill-column-indicator-mode
 - doom-modeline
 - ediff
+- eglot [Part of {{{development-version}}}]
 - eldoc
 - elfeed
 - embark
diff --git a/ef-themes.el b/ef-themes.el
index ca14e036d2..8370bf542c 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1052,6 +1052,8 @@ Helper function for `ef-themes-preview-colors'."
     `(ediff-odd-diff-Ancestor ((,c :inherit ediff-even-diff-Ancestor)))
     `(ediff-odd-diff-B ((,c :inherit ediff-even-diff-B)))
     `(ediff-odd-diff-C ((,c :inherit ediff-even-diff-C)))
+;;;; eglot
+    `(eglot-mode-line ((,c :inherit bold :foreground ,modeline-info)))
 ;;;; eldoc
     ;; NOTE: see https://github.com/purcell/package-lint/issues/187
     (list 'eldoc-highlight-function-argument `((,c :inherit warning 
:background ,bg-warning)))



reply via email to

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