From bcf065b803439524ebe8b96f4584643562fee343 Mon Sep 17 00:00:00 2001 From: Protesilaos Date: Fri, 4 Sep 2026 16:49:03 +0300 Subject: [PATCH] Add support for log-view-marked face (Emacs 32) I wrote a patch for it in emacs.git. --- modus-themes.el | 1 + 1 file changed, 1 insertion(+) diff --git a/modus-themes.el b/modus-themes.el index 52f8a49..d98ef59 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -4862,6 +4862,7 @@ If COLOR is unspecified, then return :box unspecified." `(log-edit-unknown-header ((,c :foreground ,fg-dim))) `(log-view-commit-body (( ))) `(log-view-file ((,c :inherit modus-themes-bold))) + `(log-view-marked ((,c :inherit modus-themes-mark-select))) `(log-view-message ((,c :foreground ,identifier))) ;;;;; cider `(cider-deprecated-face ((,c :foreground ,warning)))