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

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

[elpa] externals/ef-themes 34e5cd3132 1/2: Add explicit support for evil


From: ELPA Syncer
Subject: [elpa] externals/ef-themes 34e5cd3132 1/2: Add explicit support for evil mode
Date: Sat, 6 Jan 2024 03:57:48 -0500 (EST)

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

    Add explicit support for evil mode
---
 README.org   | 1 +
 ef-themes.el | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/README.org b/README.org
index 3b7c042d30..1223569792 100644
--- a/README.org
+++ b/README.org
@@ -1345,6 +1345,7 @@ everything most users need.
 - epa
 - ert
 - eshell
+- evil [ Part of {{{development-version}}}. ]
 - eww
 - flycheck
 - flymake
diff --git a/ef-themes.el b/ef-themes.el
index 1618f281d3..f31b4d6230 100644
--- a/ef-themes.el
+++ b/ef-themes.el
@@ -1329,6 +1329,10 @@ text should not be underlined as well) yet still blend 
in."
     `(eshell-ls-symlink ((,c :inherit link)))
     `(eshell-ls-unreadable ((,c :inherit shadow)))
     `(eshell-prompt ((,c :inherit minibuffer-prompt)))
+;;;; evil-mode
+    `(evil-ex-commands ((,c :inherit font-lock-keyword-face)))
+    `(evil-ex-info ((,c :inherit font-lock-type-face)))
+    `(evil-ex-substitute-replacement ((,c :inherit query-replace)))
 ;;;; eww
     `(eww-invalid-certificate ((,c :foreground ,err)))
     `(eww-valid-certificate ((,c :foreground ,info)))



reply via email to

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