branch: externals/modus-themes commit 63ab46d7eecf3a2ed36009afd68c85f56010b3e2 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Cover the new transient faces --- modus-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modus-themes.el b/modus-themes.el index 3772c0fbcc..645c8f5513 100644 --- a/modus-themes.el +++ b/modus-themes.el @@ -3872,7 +3872,9 @@ FG and BG are the main colors." `(transient-key ((,c :inherit modus-themes-key-binding))) `(transient-key-exit ((,c :inherit modus-themes-key-binding))) `(transient-key-noop ((,c :inherit (shadow modus-themes-key-binding)))) + `(transient-key-recurse ((,c :inherit modus-themes-key-binding))) `(transient-key-return ((,c :inherit modus-themes-key-binding))) + `(transient-key-stack ((,c :inherit modus-themes-key-binding))) `(transient-key-stay ((,c :inherit modus-themes-key-binding))) `(transient-mismatched-key ((,c :underline t))) `(transient-nonstandard-key ((,c :underline t)))