From b86cace43523b5809ac5d62ca5ab01e9eb2727bc Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Tue, 25 Aug 2026 10:24:40 +0300 Subject: [PATCH] Cover query-replace-preview-match (Emacs 32) This is to (i) only :inherit once and (ii) for me to remember this face. --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index 47c7078..f23da41 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5769,6 +5769,7 @@ If COLOR is unspecified, then return :box unspecified." `(match ((,c :inherit modus-themes-search-static))) `(query-replace ((,c :inherit modus-themes-search-replace))) `(query-replace-preview ((,c :inherit (bold modus-themes-search-replace)))) + `(query-replace-preview-match ((,c :inherit modus-themes-search-lazy))) ;;;;; ivy `(ivy-action ((,c :inherit (bold modus-themes-fixed-pitch) :foreground ,keybind))) `(ivy-confirm-face ((,c :foreground ,info)))