branch: externals/ef-themes commit 295982164ce0c359ac4e0be44d7f6ef472177d35 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Cover the new transient faces --- ef-themes.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ef-themes.el b/ef-themes.el index c20e6fbcf3..9fb040a6a9 100644 --- a/ef-themes.el +++ b/ef-themes.el @@ -2384,8 +2384,10 @@ text should not be underlined as well) yet still blend in." `(transient-key ((,c :inherit ef-themes-key-binding))) `(transient-key-exit ((,c :inherit ef-themes-key-binding))) `(transient-key-noop ((,c :inherit (shadow ef-themes-key-binding)))) + `(transient-key-recurse ((,c :inherit ef-themes-key-binding))) `(transient-key-return ((,c :inherit ef-themes-key-binding))) `(transient-key-stay ((,c :inherit ef-themes-key-binding))) + `(transient-key-stay ((,c :inherit ef-themes-key-binding))) `(transient-mismatched-key ((,c :underline t))) `(transient-nonstandard-key ((,c :underline t))) `(transient-pink ((,c :inherit bold :foreground ,magenta)))