From 8ebcedea65c2609af1c7a23257007c1e2a910add Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Sun, 16 Aug 2026 13:54:03 +0300 Subject: [PATCH] Add support for query-replace-preview (Emacs 32) --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index 4a5ac48..47c7078 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -5768,6 +5768,7 @@ If COLOR is unspecified, then return :box unspecified." `(lazy-highlight ((,c :inherit modus-themes-search-lazy))) `(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)))) ;;;;; ivy `(ivy-action ((,c :inherit (bold modus-themes-fixed-pitch) :foreground ,keybind))) `(ivy-confirm-face ((,c :foreground ,info)))